mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-18 17:06:51 +00:00
Merge remote-tracking branch 'Chocobo1/compile_fix'
This commit is contained in:
commit
29b1201c8e
@ -94,8 +94,8 @@ upnpc-static: upnpc.o $(LIBRARY)
|
||||
upnpc-shared: upnpc.o $(SHAREDLIBRARY)
|
||||
$(CC) -o $@ $^
|
||||
|
||||
#testasync: testasync.o libminiupnpc-async.a
|
||||
testasync: testasync.o -lminiupnpc-async
|
||||
testasync: testasync.o libminiupnpc-async.a
|
||||
#testasync: testasync.o -lminiupnpc-async
|
||||
|
||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||
|
||||
|
@ -15,7 +15,7 @@ CFLAGS += -I/usr/local/include
|
||||
|
||||
#CFLAGS += -DENABLE_UPNP_EVENTS
|
||||
|
||||
LDFLAGS = -levent
|
||||
LDLIBS = -levent
|
||||
LDFLAGS += -L/usr/local/lib
|
||||
|
||||
ifeq ($(OS), Darwin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user