Skip to content

Commit

Permalink
Revert "mingw default for vcpkg"
Browse files Browse the repository at this point in the history
This reverts commit 8452443.
  • Loading branch information
vorlac committed Sep 17, 2023
1 parent 8452443 commit 1a79744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ project(roguelite LANGUAGES C CXX)
set(gdextension_lib_name ${PROJECT_NAME})

string(TOLOWER "${CMAKE_SYSTEM_NAME}" host_os)
set(VCPKG_TARGET_TRIPLET "x64-mingw-static")
set(VCPKG_TARGET_TRIPLET "x64-${host_os}-static")

# needs to be >= C++17
set(CMAKE_CXX_STANDARD 23)
Expand Down

0 comments on commit 1a79744

Please sign in to comment.