diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -880,7 +880,7 @@ endif ifeq ($(USE_INTERNAL_ZLIB),1) BASE_CFLAGS += -DNO_GZIP else - LDFLAGS += -lz + LIBS += -lz endif ifdef DEFAULT_BASEDIR |
index : archive/ioquake3-aero | ||
[no description] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -880,7 +880,7 @@ endif ifeq ($(USE_INTERNAL_ZLIB),1) BASE_CFLAGS += -DNO_GZIP else - LDFLAGS += -lz + LIBS += -lz endif ifdef DEFAULT_BASEDIR |