mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-14 04:39:23 +00:00
Relates to #11317. All projects now have a build.sh. Still need to work on inst/, remove old Makefiles, and update CI.
5 lines
142 B
Bash
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
|