mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
There aren't any static protobuf libraries, so we're going to have to build
dynamic Windows executables now.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user