diff options
-rw-r--r-- | com32/MCONFIG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/MCONFIG b/com32/MCONFIG index 22f5b8fc..d1af9455 100644 --- a/com32/MCONFIG +++ b/com32/MCONFIG @@ -24,7 +24,7 @@ GCCOPT := $(call gcc_ok,-std=gnu99,) \ com32 = $(topdir)/com32 ifneq ($(NOGPL),1) -GPLLIB = $(com32)/libcom32gpl.a +GPLLIB = $(com32)/gpllib/libcom32gpl.a GPLINCLUDE = -I$(com32)/gplinclude else GPLLIB = |