diff options
Diffstat (limited to 'utils/nwztools/upgtools/Makefile')
-rw-r--r-- | utils/nwztools/upgtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/upgtools/Makefile b/utils/nwztools/upgtools/Makefile index 287fe99c65..42b7a62e4c 100644 --- a/utils/nwztools/upgtools/Makefile +++ b/utils/nwztools/upgtools/Makefile @@ -31,7 +31,7 @@ endif CXXFLAGS+=-g -Wall $(DEFINES) CFLAGS+=-g -Wall -std=c99 $(DEFINES) -LDLIBS+=-lpthread +LDLIBS+=-lpthread -lz BINS=upgtool$(EXE_EXT) |