aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2019-12-06 17:37:09 -0500
committermitchell <unknown>2019-12-06 17:37:09 -0500
commitb885bc45f1ae2b286dba42cd7db1ceafb4ad3f0c (patch)
tree5e9bbeef248c88e7dd0f79469c858dc8ec607421
parent39162168be7e66401d182db7e3e84a164cf0b39e (diff)
downloadscintilla-mirror-b885bc45f1ae2b286dba42cd7db1ceafb4ad3f0c.tar.gz
Updated check.mak to include Lua include path only for LexLPeg.o.
-rw-r--r--check.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/check.mak b/check.mak
index 95e5cc3c3..2e21a7a88 100644
--- a/check.mak
+++ b/check.mak
@@ -176,7 +176,9 @@ qt-clang/ScintillaEditBase/Makefile:
sed -i -e 's/libScintillaEditBase/clang-libScintillaEditBase/;' $@
# LexLPeg objects.
-win32/LexLPeg.o cocoa/LexLPeg.o gtk/LexLPeg.o curses/LexLPeg.o: INCLUDEDIRS += -I/usr/include/lua5.1
+lua_objs = win32/LexLPeg.o cocoa/LexLPeg.o gtk/LexLPeg.o gtk/clang-LexLPeg.o \
+ curses/LexLPeg.o curses/clang-LexLPeg.o
+$(lua_objs): INCLUDEDIRS += -I/usr/include/lua5.1
deps: win32_deps cocoa_deps gtk_deps curses_deps
win32_deps: src/*.cxx lexlib/*.cxx lexers/*.cxx win32/*.cxx