quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit d5a5df0b7ab740d1b58f18939304a8fe04d9a4d9
parent ed2ba0b86f3b882fa27b79c013bbd12295984bf2
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 19 Feb 2026 23:14:56 +0100

-remove comments

Diffstat:
Mcross/package-ios.sh | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/cross/package-ios.sh b/cross/package-ios.sh @@ -164,21 +164,6 @@ package_frameworks() { "${headers_flag[@]}") fi - # # macosx - # if contains_element "macosx-x86_64" "${targets[@]}" && - # contains_element "macosx-arm64" "${targets[@]}"; then - # build_static_monolith "${base_build_folder}/macosx-x86_64" "${library}" - # build_static_monolith "${base_build_folder}/macosx-arm64" "${library}" - # universal_output="${base_build_dir}/macosx-universal" - # mkdir -p "${universal_output}" - # lipo "${base_build_folder}/macosx-x86_64/${library}" \ - # "${base_build_folder}/macosx-arm64/${library}" \ - # -output "${universal_output}/${library}" -create - # xcodebuild_flags+=( - # -library "${universal_output}/${library}" - # "${headers_flag[@]}") - # fi - xcodebuild -create-xcframework \ "${xcodebuild_flags[@]}" \ -output "${xcframework_dir}"