diff options
author | 2018-02-28 18:20:23 -0500 | |
---|---|---|
committer | 2018-02-28 18:20:23 -0500 | |
commit | 0693b08230ee8fb3a03bfbbba7bf56b92f24f76a (patch) | |
tree | db0b4ac2d5b7b46429758ad75f736c5fa69b158d /src | |
parent | f7dce09d12b280ac2b74d6e62f53a7f7ecc508ca (diff) | |
download | textadept-0693b08230ee8fb3a03bfbbba7bf56b92f24f76a.tar.gz textadept-0693b08230ee8fb3a03bfbbba7bf56b92f24f76a.zip |
Reverted a Makefile tweak.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d10f5659..c09ca11a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -207,7 +207,7 @@ textadept_rc.o: textadept.rc ; $(CROSS)$(WINDRES) $< $@ # Target-specific variables. -$(lexlpeg_objs): sci_flags += -DLPEG_LEXER -DNO_SCITE +$(lexlpeg_objs): sci_flags += -DLPEG_LEXER -DNO_SCITE -Wno-long-long LexLPeg-curses.o LexLPegjit-curses.o: sci_flags += -DCURSES $(CURSES_CFLAGS) lua_dep_objs = LexLPeg.o LexLPeg-curses.o textadept.o textadept-curses.o \ $(lua_objs) $(lua_lib_objs) lspawn.o lspawn-curses.o |