Skip to content

Commit

Permalink
iOS: remove run once quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 17, 2023
1 parent 8785c13 commit b64337e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/ios.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
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)
#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
Expand Down

0 comments on commit b64337e

Please sign in to comment.