From: Jérémie Astor Date: Sat, 30 Jan 2021 19:09:25 +0000 (+0100) Subject: :art: Try adding window stuff X-Git-Tag: nightly~1009 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6745246513d0ea91a683e7648722a458da1561aa;p=gwion.git :art: Try adding window stuff --- diff --git a/Makefile b/Makefile index 20ccc34c..fd5d2d7e 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CFLAGS += -Iinclude ifeq (${BUILD_ON_WINDOWS}, 1) ifeq (${CC}, gcc) #LDFLAGS += -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--out-implib=lib${PRG}.dll.a -LDFLAGS += -Wl,-Wl,--enable-auto-import +LDFLAGS += -Wl,--enable-auto-import LDFLAGS += -lm endif else