Skip to content

Commit 7bfdf00

Browse files
committed
remove -lfl to help win32 build
we don't need flex lib since we define our own input
1 parent 6ef049d commit 7bfdf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ nipmarshal.c:
320320
nip2-model.o model.o: model.c parse.c
321321

322322
AM_CPPFLAGS = @IP_CFLAGS@
323-
LDADD = @IP_CFLAGS@ @IP_LIBS@ -lfl
323+
LDADD = @IP_CFLAGS@ @IP_LIBS@
324324
AM_LDFLAGS = @LDFLAGS@
325325

326326
dist-hook:

0 commit comments

Comments
 (0)