mirror of https://github.com/odrling/Aegisub
Re-add code removed in r4745 and conditionalise it under BUILD_DARWIN.
Originally committed to SVN as r4746.
This commit is contained in:
parent
2bcaf14892
commit
b50255bfe9
|
@ -22,6 +22,7 @@ endif
|
||||||
|
|
||||||
if BUILD_DARWIN
|
if BUILD_DARWIN
|
||||||
AM_CXXFLAGS += -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/
|
AM_CXXFLAGS += -I/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/
|
||||||
|
AM_LDFLAGS += -L../universalchardet -luniversalchardet
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libaegisub_2_2_la_SOURCES = \
|
libaegisub_2_2_la_SOURCES = \
|
||||||
|
|
Loading…
Reference in New Issue