1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

Update Makefile

This commit is contained in:
Christopher Galas
2016-01-28 14:57:23 -08:00
parent 98570c0bd3
commit 36d138a820

View File

@@ -18,7 +18,7 @@ LIBS = -lpthread
include $(TOP)/resources/Makefile.in-os
ifeq ($(TARGET_OS),LINUX)
LIBS += -ldl -DMG_LEGACY_INTERFACE=1
LIBS += -ldl -DMG_LEGACY_INTERFACE=1
endif
all: $(PROG)