From c3a32be6582676f2ee3704d9e7fa3edc27d7257f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 28 Jun 2012 20:19:30 -0400 Subject: Fix compiling on Mac OSX and building release packages; src/Makefile --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d0851c51..1063c0f8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,7 +48,7 @@ else ifeq (Darwin, $(shell uname -s)) CXXFLAGS = -arch i386 -mdynamic-no-pic -mmacosx-version-min=10.5 \ -isysroot /Developer/SDKs/MacOSX10.5.sdk LUAFLAGS = -DLUA_USE_MACOSX - LDFLAGS = -rdynamic + LDFLAGS = -liconv -rdynamic #ifneq (ncurses, $(MAKECMDGOALS)) plat_flag = -DGTK @@ -121,8 +121,8 @@ osx-ncurses: textadept-ncurses.osx textadeptjit-ncurses.osx tmp: rm -rf /tmp/tabuild && hg clone ../ /tmp/tabuild - cp -rL ../doc ../lexers ../modules /tmp/tabuild/ - cp -r gtdialog LexLPeg.cxx lua luajit scintilla termkey win32gtk \ + cp -rL Doxygen ../doc ../lexers ../modules /tmp/tabuild/ + cp -r gtdialog gtkosx LexLPeg.cxx lua luajit scintilla termkey win32gtk \ /tmp/tabuild/src/ cd /tmp/tabuild/src/luajit && make clean ln -s `pwd`/../releases /tmp/tabuild -- cgit v1.2.3