diff options
author | 2018-02-19 12:10:04 -0500 | |
---|---|---|
committer | 2018-02-19 12:10:04 -0500 | |
commit | d29a22ebc96120ec90605decf3db5557a99dc75a (patch) | |
tree | ccd3c719af14ad5bedbeea9862e18f5cd9501bba /src/Makefile | |
parent | 968530a9c69a6d2c061c7a0d37f0442795a669e8 (diff) | |
download | textadept-d29a22ebc96120ec90605decf3db5557a99dc75a.tar.gz textadept-d29a22ebc96120ec90605decf3db5557a99dc75a.zip |
More backport fixes to compile on build server.
Requires Scinterm r168 (changeset 46e218082338).
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 031d7f40..0cd41753 100644 --- a/src/Makefile +++ b/src/Makefile @@ -173,7 +173,7 @@ $(regex_objs): %.o: tre/lib/%.c $(CROSS)$(CC) -c $(CFLAGS) -Itre/lib $< -o $@ ScintillaTerm.o: scintilla/term/ScintillaTerm.cxx $(CROSS)$(CXX) -c $(CXXFLAGS) $(sci_flags) $(CURSES_CFLAGS) -DSCI_COMPAT_4 \ - $< -o $@ + -DTA_PATCH $< -o $@ $(lexlpeg_objs): LexLPeg.cxx $(CROSS)$(CXX) -c $(CXXFLAGS) $(LUA_CFLAGS) $(sci_flags) $< -o $@ $(textadept_objs): textadept.c |