spiegel-keyman/resources/build/win/vs_flags.inc.sh
Marc Durdin 86c62ff36c chore(developer): transition remaining projects to build.sh
Relates to #11317.

All projects now have a build.sh. Still need to work on inst/, remove
old Makefiles, and update CI.
2024-05-20 06:33:51 +07:00

5 lines
142 B
Bash

if builder_is_debug_build; then
VS_MSBUILD_FLAG_DEBUG="//p:Configuration=Debug"
else
VS_MSBUILD_FLAG_DEBUG="//p:Configuration=Release"
fi