Skip to content

Commit 7c8fb2d

Browse files
committed
fix: Makefile: add lua include dirs for freebsd
1 parent 6809781 commit 7c8fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING = -Wall -Wextra -Wold-style-definition -Wmissing-prototypes \
2424
-Wno-unused-function
2525

2626
DEF = -DVERSION=\"$(VERSION)\"
27-
INCL = -I/usr/include/$(LUA)
27+
INCL = -I/usr/include/$(LUA) -I/usr/local/include/$(LUA)
2828
CC = cc
2929
CFLAGS = $(DEF) $(INCL) $(WARNING) -funsigned-char
3030
LD = bfd

0 commit comments

Comments
 (0)