Fix check for Darwin in the tests makefile

Originally committed to SVN as r6562.
This commit is contained in:
Thomas Goyne 2012-03-11 23:04:42 +00:00
parent 3e3a853a89
commit 284eac1c93
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ LDFLAGS += -Wl,-rpath $(CURDIR)/../libaegisub $(LDFLAGS_ICONV)
CPPFLAGS += -I../src/include -I../libaegisub/include $(CFLAGS_ICONV)
CXXFLAGS += -Wno-unused-value
ifdef $(BUILD_DARWIN)
ifeq (yes, $(BUILD_DARWIN))
LDFLAGS += -framework ApplicationServices
endif