File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ mkdir -p win32
14
14
cd win32
15
15
16
16
BUILD_EXTRA_ARGS=" debug"
17
+ SMTK2SSRF_EXTRA_ARGS=" -b debug"
17
18
if [[ " $1 " == " -release" ]]; then
18
19
BUILD_EXTRA_ARGS=" "
20
+ SMTK2SSRF_BUILD_EXTRA_ARGS=" release"
19
21
shift
20
22
fi
21
23
@@ -33,7 +35,7 @@ mv subsurface/"$fullname" ${OUTPUT_DIR}/"${fullname%.exe}-installer.exe"
33
35
34
36
bash -ex ../subsurface/packaging/windows/mxe-based-build.sh -noftdi -nolibraw ${BUILD_EXTRA_ARGS} subsurface
35
37
36
- bash -ex ../subsurface/packaging/windows/smtk2ssrf-mxe-build.sh -a -i
38
+ bash -ex ../subsurface/packaging/windows/smtk2ssrf-mxe-build.sh ${SMTK2SSRF_BUILD_EXTRA_ARGS} -a -i
37
39
38
40
# the strange two step move is in order to get predictable names to use
39
41
# in the publish step of the GitHub Action
You can’t perform that action at this time.
0 commit comments