diff options
author | 2009-01-29 00:16:32 -0500 | |
---|---|---|
committer | 2009-01-29 00:16:32 -0500 | |
commit | 0881a41eb49676daf56a6e403d453d42d7563ccc (patch) | |
tree | 396e983ba3065c7eb3f0f37d843660119496ef42 /src | |
parent | e4094b6b4f711427285d3530ce5b77467c7f7cdc (diff) | |
download | textadept-0881a41eb49676daf56a6e403d453d42d7563ccc.tar.gz textadept-0881a41eb49676daf56a6e403d453d42d7563ccc.zip |
Fixed src/Makefile for compiling Lua.
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 d2951e6d..22f299ad 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,7 +31,7 @@ all: textadept .c.o: g++ $(GTKFLAGS) $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ $(LUA_OBJS): lua/src/*.c - gcc $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c lua/src/*.c + gcc $(INCLUDEDIRS) -DLUA_USE_LINUX $(CXXFLAGS) -c lua/src/*.c textadept:\ textadept.o lua_interface.o $(LUA_OBJS) \ scintilla-st/gtk/LexLPeg.o scintilla-st/bin/scintilla.a |