Skip to content

Commit

Permalink
Remove optimisation causing failures
Browse files Browse the repository at this point in the history
Remove an optimisation that is causing failures with some setups.
  • Loading branch information
JonasVautherin authored Dec 18, 2023
1 parent 06465b2 commit 3974e2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@

cmake_minimum_required(VERSION 3.8.0)

# CMake invokes the toolchain file twice during the first build, but only once during subsequent rebuilds.
if(DEFINED ENV{_IOS_TOOLCHAIN_HAS_RUN})
return()
endif()
set(ENV{_IOS_TOOLCHAIN_HAS_RUN} true)

# List of supported platform values
list(APPEND _supported_platforms
"OS" "OS64" "OS64COMBINED" "SIMULATOR" "SIMULATOR64" "SIMULATORARM64" "SIMULATOR64COMBINED"
Expand Down

0 comments on commit 3974e2e

Please sign in to comment.