File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ libretro-build-windows-x64:
6060 - .core-defs
6161 image : $CI_SERVER_HOST:5050/libretro-infrastructure/libretro-build-mxe-win-cross-cores:gcc14
6262 variables :
63- EXTRA_PATH : ../../Binary/x64
63+ EXTRA_PATH : Binaries
6464 before_script :
6565 - export NUMPROC=$(($(nproc)/5))
6666 - if builtin type -P ccache &> /dev/null; then ccache -V &> /dev/null; fi
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0.0" CACHE STRING "")
1111
1212# When we don't set a sysroot, AppleClang will put /usr/local/include at a higher
1313# priority than -isystem paths, which can cause weird include issues in Externals
14- set (CMAKE_OSX_SYSROOT macosx CACHE STRING "" )
15-
14+ if (NOT IOS AND NOT TVOS)
15+ set (CMAKE_OSX_SYSROOT macosx CACHE STRING "" )
16+ endif ( )
1617set (CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR } /CMake/FlagsOverride.cmake" )
1718
1819# CMake 3.28 and later scan c++ source files for module imports by default. Since we don't use
You can’t perform that action at this time.
0 commit comments