forked from mia/Aegisub
Fix compilation of tests on OS X
Originally committed to SVN as r4777.
This commit is contained in:
parent
3512c4e1fe
commit
98305250df
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ bin_PROGRAMS = run
|
|||
run_LDFLAGS= -L../libaegisub -laegisub-3.0 -lgtest @ICONV_LDFLAGS@ -L../universalchardet -luniversalchardet
|
||||
run_CPPFLAGS= -I../src/include -I../libaegisub/include
|
||||
|
||||
if BUILD_DARWIN
|
||||
run_LDFLAGS += -framework ApplicationServices
|
||||
endif
|
||||
|
||||
run_SOURCES = \
|
||||
main.cpp \
|
||||
|
|
Loading…
Reference in a new issue