Skip to content

Commit

Permalink
Fix static release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mturk committed Feb 8, 2021
1 parent 9f2088a commit 3d83123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkrelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set "BuildDir=%cd%"
popd
rem
rem Create builds
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3_STATIC=1 install
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 _STATIC=1 install
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 install
rem
rem Set path for ClamAV and 7za
Expand Down
2 changes: 1 addition & 1 deletion windows/libiconv.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define PACKAGE_VERSION_MAJOR 1
#define PACKAGE_VERSION_MINOR 16
#define PACKAGE_VERSION_SUBMINOR 0
#define PACKAGE_VERSION_VENDOR "_1"
#define PACKAGE_VERSION_VENDOR "_2"
#define PACKAGE_VERSION_STRING "1.16.0" PACKAGE_VERSION_VENDOR

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 3d83123

Please sign in to comment.