This commit is contained in:
ca333
2017-10-24 05:27:21 +02:00
parent b5bde7e591
commit 3c3668af5e

View File

@@ -13,11 +13,12 @@ ifeq ($(build_os),darwin)
define $(package)_set_vars
$(package)_build_env=MACOSX_DEPLOYMENT_TARGET="10.9"
endef
else
endif
define $(package)_config_cmds
$($(package)_conf_tool) $($(package)_config_opts)
endef
endif
ifeq ($(build_os),darwin)
define $(package)_build_cmds