forked from mia/Aegisub
4861287332
And just copy them from the fontconfig installation being used.
12 lines
344 B
Makefile
12 lines
344 B
Makefile
include header.mk
|
|
|
|
ifeq (yes, $(BUILD_DARWIN))
|
|
osx-bundle:
|
|
$(BIN_SHELL) tools/osx-bundle.sh "$(AEGISUB_COMMAND)" "$(BIN_WX_CONFIG)" "$(FONTCONFIG_CONF_DIR)" DICT_DIR=$(DICT_DIR)
|
|
|
|
osx-dmg: osx-bundle
|
|
codesign -s 'Mac Developer' --deep Aegisub.app || true
|
|
$(BIN_SHELL) tools/osx-dmg.sh "$(BUILD_VERSION_STRING)"
|
|
endif
|
|
|
|
include Makefile.target
|