From f5bdeec992923a0eb3fb3357c1afe3d7fff93840 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 22 Nov 2012 12:13:00 +0200 Subject: Use xcrun when available to run install_name_tool This hopefully should help in situations like Jonathan Aquilina's, where /usr/bin/install_name_tool does not correspond to the tool-chain used (but is from an earlier version of Xcode). Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03 --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 0e5faf5e0334..9e5d354a61cd 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -696,6 +696,7 @@ export WPG_TARBALL=@WPG_TARBALL@ export WPS_CFLAGS=$(gb_SPACE)@WPS_CFLAGS@ export WPS_LIBS=$(gb_SPACE)@WPS_LIBS@ export WPS_TARBALL=@WPS_TARBALL@ +export XCRUN=@XCRUN@ export XINERAMA_LINK=@XINERAMA_LINK@ export XMLLINT=@XMLLINT@ export XPDF_TARBALL=@XPDF_TARBALL@ -- cgit