Skip to content

Commit 9f2088a

Browse files
committed
Enable nmake params
1 parent 4501d6d commit 9f2088a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkrelease.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ set "BuildDir=%cd%"
3434
popd
3535
rem
3636
rem Create builds
37-
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" _STATIC=1 install
38-
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" install
37+
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3_STATIC=1 install
38+
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 install
3939
rem
4040
rem Set path for ClamAV and 7za
4141
rem

0 commit comments

Comments
 (0)