From 2d646b447dbb6c73485759de6c7ef50400c601dc Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 23 Jan 2013 16:42:37 -0800 Subject: [PATCH] Don't add a hardcoded path that's unlikely to actually exist to the include path on OS X --- aegisub/libaegisub/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aegisub/libaegisub/Makefile b/aegisub/libaegisub/Makefile index 040a439f8..59e95abb0 100644 --- a/aegisub/libaegisub/Makefile +++ b/aegisub/libaegisub/Makefile @@ -8,11 +8,6 @@ CPPFLAGS += $(CPPFLAGS_BOOST) PRECOMPILED_HEADER_NAME = lagi_pre.h lagi_pre.h.gch: CXXFLAGS := $(CXXFLAGS) -ifeq (yes, $(BUILD_DARWIN)) -CXXFLAGS += -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/ -LIBS += -L../universalchardet -luniversalchardet -endif - common/charset_conv.o: CXXFLAGS += $(CFLAGS_ICONV) unix/path.o: CXXFLAGS += -DP_DATA=\"$(P_DATA)\" -DP_DOC=\"$(P_DOC)\" -DP_LOCALE=\"$(P_LOCALE)\"