summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-01 14:48:15 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-01 14:51:20 +0200
commitebdd616580bb0d367b78ba0fe3fa56157b90c3ab (patch)
tree9db561fa9feb967920ee87eb0194f337a6e6e479 /config_host.mk.in
parentConfigury of OS X code signing and sandboxing (diff)
downloadcore-ebdd616580bb0d367b78ba0fe3fa56157b90c3ab.tar.gz
core-ebdd616580bb0d367b78ba0fe3fa56157b90c3ab.zip
Add option to set bundle identifier and use it when signing
Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 4da38e7307c5..22f923d95001 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -320,6 +320,7 @@ export LIBXSLT_LIBS=$(gb_SPACE)@LIBXSLT_LIBS@
export LINK_X64_BINARY=@LINK_X64_BINARY@
@x_Cygwin@ export LS=@WIN_LS@
export MANDIR=@MANDIR@
+export MACOSX_BUNDLE_IDENTIFIER=@MACOSX_BUNDLE_IDENTIFIER@
export MACOSX_CODESIGNING_IDENTITY=@MACOSX_CODESIGNING_IDENTITY@
export MACOSX_DEPLOYMENT_TARGET=@MACOSX_DEPLOYMENT_TARGET@
export MACOSX_DEPLOYMENT_TARGET_FOR_BUILD=@MACOSX_DEPLOYMENT_TARGET_FOR_BUILD@