diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 09:34:26 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 09:34:26 -0500 |
| commit | 350d1f75847a0e079ce43fd6b4e49d430bfc1498 (patch) | |
| tree | 6ec9684e955fc0abd7ac1e7d786f8de28dc542c0 /build_single.sh | |
| parent | 74cd654f0deb0405c34a8e58be4ec5e1cdc4382b (diff) | |
fix macos and darwin
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_single.sh b/build_single.sh index 98bac55..c686d64 100755 --- a/build_single.sh +++ b/build_single.sh @@ -79,7 +79,7 @@ pushd release/$repo # cp ../../$repo/build/${HOST_ABI}/external/polyseed/libpolyseed.${APPENDIX} ${HOST_ABI}_libpolyseed.${APPENDIX} # rm ${HOST_ABI}_libpolyseed.${APPENDIX}.xz || true # xz -e ${HOST_ABI}_libpolyseed.${APPENDIX} - elif [[ "${HOST_ABI}" == "x86_64-apple-darwin11" || "${HOST_ABI}" == "aarch64-apple-darwin11" || "${HOST_ABI}" == "host-apple-darwin" || "${HOST_ABI}" == "x86_64-host-apple-darwin" || "${HOST_ABI}" == "aarch64-host-apple-darwin" || "${HOST_ABI}" == "host-apple-ios" || "${HOST_ABI}" == "aarch64-apple-ios" ]]; + elif [[ "${HOST_ABI}" == "x86_64-apple-darwin11" || "${HOST_ABI}" == "aarch64-apple-darwin11" || "${HOST_ABI}" == "host-apple-darwin" || "${HOST_ABI}" == "x86_64-host-apple-darwin" || "${HOST_ABI}" == "aarch64-apple-darwin" || "${HOST_ABI}" == "x86_64-apple-darwin" || "${HOST_ABI}" == "host-apple-ios" || "${HOST_ABI}" == "aarch64-apple-ios" ]]; then APPENDIX="${APPENDIX}dylib" else |
