forked from mia/Aegisub
Fix check for Darwin in the tests makefile
Originally committed to SVN as r6562.
This commit is contained in:
parent
3e3a853a89
commit
284eac1c93
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue