Browse Source

Ensure the library is linked to the tools

pull/1094/head
Hamish Coleman 1 year ago
parent
commit
9de98c2bb0
  1. 1
      tools/Makefile

1
tools/Makefile

@ -6,6 +6,7 @@ DEBUG?=-g3
HEADERS=$(wildcard include/*.h)
CFLAGS+=-I../include
LDLIBS+=-ln2n
ifeq ($(CONFIG_TARGET),mingw)
CFLAGS+=-I../win32
LDLIBS+=-lnetapi32

Loading…
Cancel
Save