Skip to content

Commit

Permalink
Fixed getting proper debug vcpkg files for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Jul 28, 2023
1 parent 112ebf7 commit 81e00c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers_ini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ DoTemplateSubs(){
if [[ $BLD_CONFIG_BUILD_DEBUG -eq 1 ]]; then
BLD_CONFIG_CMAKE_BUILD_TARGET_AUTO="Debug"
BLD_CONFIG_CMAKE_BUILD_TYPE_AUTO="Debug"
else
BLD_CONFIG_STATIC_RELEASE_TRIPLET_AUTO+="-release"
fi

Expand Down

0 comments on commit 81e00c6

Please sign in to comment.