There aren't any static protobuf libraries, so we're going to have to build

dynamic Windows executables now.
This commit is contained in:
David Given
2021-05-08 10:56:15 +01:00
parent 924b862f7c
commit 4fa1dd6860

View File

@@ -16,7 +16,7 @@ export AR = /mingw32/bin/ar rcs
export STRIP = /mingw32/bin/strip
export CFLAGS += -I/mingw32/include/libusb-1.0 -I/mingw32/include
export LDFLAGS +=
export LIBS = -L/mingw32/lib -static -lz -lsqlite3 -lusb-1.0
export LIBS = -L/mingw32/lib -lz -lsqlite3 -lusb-1.0 -lprotobuf
export EXTENSION = .exe
else