We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4501d6d commit 9f2088aCopy full SHA for 9f2088a
mkrelease.bat
@@ -34,8 +34,8 @@ set "BuildDir=%cd%"
34
popd
35
rem
36
rem Create builds
37
-nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" _STATIC=1 install
38
-nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" install
+nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3_STATIC=1 install
+nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 install
39
40
rem Set path for ClamAV and 7za
41
0 commit comments