diff options
| author | mitchell <unknown> | 2019-12-06 17:37:09 -0500 |
|---|---|---|
| committer | mitchell <unknown> | 2019-12-06 17:37:09 -0500 |
| commit | b885bc45f1ae2b286dba42cd7db1ceafb4ad3f0c (patch) | |
| tree | 5e9bbeef248c88e7dd0f79469c858dc8ec607421 | |
| parent | 39162168be7e66401d182db7e3e84a164cf0b39e (diff) | |
| download | scintilla-mirror-b885bc45f1ae2b286dba42cd7db1ceafb4ad3f0c.tar.gz | |
Updated check.mak to include Lua include path only for LexLPeg.o.
| -rw-r--r-- | check.mak | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
