aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-02-19 12:10:04 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2018-02-19 12:10:04 -0500
commitd29a22ebc96120ec90605decf3db5557a99dc75a (patch)
treeccd3c719af14ad5bedbeea9862e18f5cd9501bba /src/Makefile
parent968530a9c69a6d2c061c7a0d37f0442795a669e8 (diff)
downloadtextadept-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/Makefile2
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