Skip to content

Commit f255997

Browse files
aesx86mtrojnar
authored andcommitted
fix gcc command line
1 parent 057d38e commit f255997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.W32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
2) Run "MSYS2 MinGW 64-bit" and build 64-bit Windows executables.
1313
```
1414
cd osslsigncode-folder
15-
x86_64-w64-mingw32-gcc osslsigncode.c -o osslsigncode.exe \
15+
x86_64-w64-mingw32-gcc osslsigncode.c msi.c -o osslsigncode.exe \
1616
-lcrypto -lssl -lcurl -lgsf-1 -lgobject-2.0 -lglib-2.0 -lxml2 \
1717
-I 'C:/msys64/mingw64/include/libgsf-1' \
1818
-I 'C:/msys64/mingw64/include/glib-2.0' \

0 commit comments

Comments
 (0)