diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-23 13:47:30 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-23 13:47:30 +0200 |
| commit | caaed59daf0375f6824b1982d3c77d347efdbb60 (patch) | |
| tree | 1c499ed4da83421943d8472b49a06011915b2371 /external | |
| parent | 97353d79af24c75fe8b6c507b3b6ed8274850f1e (diff) | |
update boost build script
Diffstat (limited to 'external')
| m--------- | external/icu4c-iosx | 0 | ||||
| -rwxr-xr-x | external/ios/build_boost.sh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/external/icu4c-iosx b/external/icu4c-iosx deleted file mode 160000 -Subproject d33806797ef9e68e8bd557fce77eb11107a36ab diff --git a/external/ios/build_boost.sh b/external/ios/build_boost.sh index 43c029d..5948128 100755 --- a/external/ios/build_boost.sh +++ b/external/ios/build_boost.sh @@ -26,6 +26,7 @@ cd $BOOST_DIR_PATH --min-ios-version ${MIN_IOS_VERSION} \ --boost-libs "${BOOST_LIBS}" \ --boost-version ${BOOST_VERSION} \ + --ios-sdk 17.5 \ --no-framework mv -f ${BOOST_DIR_PATH}/build/boost/${BOOST_VERSION}/ios/release/prefix/include/* $EXTERNAL_IOS_INCLUDE_DIR |
