Skip to content

Commit

Permalink
Actually, we do need -I. Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomg committed Aug 9, 2024
1 parent 1ecac92 commit 5f0c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ INSTALL_DATA= $(INSTALL) -m 0644

# C compilation flags
CFLAGS = -DPT_DEBUG -O2 -std=c99 -pedantic -Wall -Wextra -Wformat-security
CPPFLAGS = -I$(LUA_INCDIR)
CPPFLAGS = -I$(LUA_INCDIR) -I.
LIBFLAG = -fPIC -shared

# The -Wl,-E tells the linker to not throw away unused Lua API symbols.
Expand Down

0 comments on commit 5f0c41d

Please sign in to comment.