We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6809781 commit 7c8fb2dCopy full SHA for 7c8fb2d
Makefile
@@ -24,7 +24,7 @@ WARNING = -Wall -Wextra -Wold-style-definition -Wmissing-prototypes \
24
-Wno-unused-function
25
26
DEF = -DVERSION=\"$(VERSION)\"
27
-INCL = -I/usr/include/$(LUA)
+INCL = -I/usr/include/$(LUA) -I/usr/local/include/$(LUA)
28
CC = cc
29
CFLAGS = $(DEF) $(INCL) $(WARNING) -funsigned-char
30
LD = bfd
0 commit comments