Skip to content

Commit

Permalink
[toolchain] Fixed a try_compile regression for xbox (microsoft#44171)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Mar 4, 2025
1 parent 566f949 commit 756d03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/toolchains/xbox.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(NOT _VCPKG_WINDOWS_TOOLCHAIN)
VCPKG_C_FLAGS_DEBUG VCPKG_CXX_FLAGS_DEBUG
VCPKG_C_FLAGS_RELEASE VCPKG_CXX_FLAGS_RELEASE
VCPKG_LINKER_FLAGS VCPKG_LINKER_FLAGS_RELEASE VCPKG_LINKER_FLAGS_DEBUG
VCPKG_PLATFORM_TOOLSET
VCPKG_PLATFORM_TOOLSET VCPKG_XBOX_CONSOLE_TARGET
)

set(CMAKE_SYSTEM_NAME Windows CACHE STRING "")
Expand Down

0 comments on commit 756d03f

Please sign in to comment.