From 2d4a932c33fc229e538103b3fe7118b9b2f9a5a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 21 May 2019 07:08:41 -0400 Subject: [PATCH] Remove -tvos_simulator_version_min from AppleTVSimulator It did not clear the problem. --- TestScripts/setenv-ios.sh | 2 +- setenv-ios.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestScripts/setenv-ios.sh b/TestScripts/setenv-ios.sh index 51bd60ad..bcd8e828 100755 --- a/TestScripts/setenv-ios.sh +++ b/TestScripts/setenv-ios.sh @@ -242,7 +242,7 @@ fi # https://stackoverflow.com/q/24841283/608639 # -tvos_simulator_version_min does not work though it is in LLVM sources. if [ "$APPLE_SDK" == "AppleTVSimulator" ]; then - IOS_FLAGS="$IOS_FLAGS -tvos_simulator_version_min -DCRYPTOPP_DISABLE_ASM" + IOS_FLAGS="$IOS_FLAGS -DCRYPTOPP_DISABLE_ASM" fi # Simulator uses i386 or x86_64, Device uses ARMv5, ARMv6, ARMv7, ARMv7s or ARMv8 diff --git a/setenv-ios.sh b/setenv-ios.sh index 51bd60ad..bcd8e828 100755 --- a/setenv-ios.sh +++ b/setenv-ios.sh @@ -242,7 +242,7 @@ fi # https://stackoverflow.com/q/24841283/608639 # -tvos_simulator_version_min does not work though it is in LLVM sources. if [ "$APPLE_SDK" == "AppleTVSimulator" ]; then - IOS_FLAGS="$IOS_FLAGS -tvos_simulator_version_min -DCRYPTOPP_DISABLE_ASM" + IOS_FLAGS="$IOS_FLAGS -DCRYPTOPP_DISABLE_ASM" fi # Simulator uses i386 or x86_64, Device uses ARMv5, ARMv6, ARMv7, ARMv7s or ARMv8