Skip to content

Commit

Permalink
Use standard debug,release order
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jan 13, 2025
1 parent e1a60fd commit 67dc5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/vcpkg-make/vcpkg_make_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ macro(z_vcpkg_make_set_common_vars)
endforeach()
set(buildtypes release)
if(NOT VCPKG_BUILD_TYPE)
list(APPEND buildtypes debug)
list(PREPEND buildtypes debug)
endif()
endmacro()

Expand Down
2 changes: 1 addition & 1 deletion versions/v-/vcpkg-make.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "b4bf840e273e4e664ad2435974a3f163b0363a58",
"git-tree": "bd89158129a01194655fda591c6a785310bc1dee",
"version-date": "2025-01-13",
"port-version": 0
},
Expand Down

0 comments on commit 67dc5d8

Please sign in to comment.