Commit 498ec8e 1 parent 9d5e878 commit 498ec8e Copy full SHA for 498ec8e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -374,22 +374,22 @@ build_catalyst_libs()
374
374
375
375
build_ios_libs ()
376
376
{
377
- build_generic_libs ios arm64 " -fembed-bitcode - isysroot $IOSSYSROOT /SDKs/iPhoneOS.sdk -mios-version-min=$IOS_VERSION " $IOSSYSROOT " ios-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN"
377
+ build_generic_libs ios arm64 " -isysroot $IOSSYSROOT /SDKs/iPhoneOS.sdk -mios-version-min=$IOS_VERSION " $IOSSYSROOT " ios-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN"
378
378
}
379
379
380
380
build_xros_libs ()
381
381
{
382
- build_generic_libs xros arm64 " -fembed-bitcode - isysroot $XROSSYSROOT /SDKs/XROS.sdk" $XROSSYSROOT " xros-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN"
382
+ build_generic_libs xros arm64 " -isysroot $XROSSYSROOT /SDKs/XROS.sdk" $XROSSYSROOT " xros-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN"
383
383
}
384
384
385
385
build_tvos_libs ()
386
386
{
387
- build_generic_libs tvos arm64 " -fembed-bitcode - isysroot $TVOSSYSROOT /SDKs/AppleTVOS.sdk" $TVOSSYSROOT " tvos-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN define=BOOST_TEST_DISABLE_ALT_STACK"
387
+ build_generic_libs tvos arm64 " -isysroot $TVOSSYSROOT /SDKs/AppleTVOS.sdk" $TVOSSYSROOT " tvos-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN define=BOOST_TEST_DISABLE_ALT_STACK"
388
388
}
389
389
390
390
build_watchos_libs ()
391
391
{
392
- build_generic_libs watchos arm64 " -fembed-bitcode - isysroot $WATCHOSSYSROOT /SDKs/WatchOS.sdk" $WATCHOSSYSROOT " watchos-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN define=BOOST_TEST_DISABLE_ALT_STACK"
392
+ build_generic_libs watchos arm64 " -isysroot $WATCHOSSYSROOT /SDKs/WatchOS.sdk" $WATCHOSSYSROOT " watchos-arm64" " <target-os>iphone" " instruction-set=arm64 binary-format=mach-o target-os=iphone define=_LITTLE_ENDIAN define=BOOST_TEST_NO_MAIN define=BOOST_TEST_DISABLE_ALT_STACK"
393
393
}
394
394
395
395
build_sim_libs ()
You can’t perform that action at this time.
0 commit comments