Fix STATIC_BUILD errors

This commit is contained in:
2021-09-28 18:14:41 +02:00
parent f01bf9e837
commit 59c801da08
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
TARGETS=acsmdownloader adept_activate
CXXFLAGS=-Wall `pkg-config --cflags Qt5Core Qt5Network` -fPIC -I$(ROOT)/include -I$(ROOT)/lib/pugixml/src/
LDFLAGS=`pkg-config --libs Qt5Core Qt5Network` -L$(ROOT) -lcrypto -lzip -lz
ifneq ($(STATIC_UTILS),)
LDFLAGS += $(ROOT)/libgourou.a