Okay, changing the path didn't help.

This commit is contained in:
David Given
2020-01-27 23:51:22 +01:00
parent c9f5803194
commit bf0b14d094

View File

@@ -10,9 +10,9 @@ export CDBGFLAGS = -O0 -g
export LDDBGFLAGS = -O0 -g
ifeq ($(OS), Windows_NT)
export CXX = g++
export AR = ar rcs
export STRIP = strip
export CXX = /mingw32/bin/g++
export AR = /mingw32/bin/ar rcs
export STRIP = /mingw32/bin/strip
export CFLAGS += -I/mingw32/include/libusb-1.0
export LDFLAGS +=
export LIBS = -static -lz -lsqlite3 -lusb-1.0