Skip to content

Commit 3d83123

Browse files
committed
Fix static release builds
1 parent 9f2088a commit 3d83123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkrelease.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set "BuildDir=%cd%"
3434
popd
3535
rem
3636
rem Create builds
37-
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3_STATIC=1 install
37+
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 _STATIC=1 install
3838
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 install
3939
rem
4040
rem Set path for ClamAV and 7za

windows/libiconv.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define PACKAGE_VERSION_MAJOR 1
66
#define PACKAGE_VERSION_MINOR 16
77
#define PACKAGE_VERSION_SUBMINOR 0
8-
#define PACKAGE_VERSION_VENDOR "_1"
8+
#define PACKAGE_VERSION_VENDOR "_2"
99
#define PACKAGE_VERSION_STRING "1.16.0" PACKAGE_VERSION_VENDOR
1010

1111
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)