summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-14 16:17:27 -0700
committerElliott Hughes <enh@google.com>2015-07-14 16:17:27 -0700
commitcadc82c2936e8fb99fc9359160e2b1d032d431f6 (patch)
treebac23ef9b052ea9eb4cc1df6708c0715cd1d62d6
parent2bdd4fd418614c7c0101147d02199d0e47c4980e (diff)
download2.7.5-cadc82c2936e8fb99fc9359160e2b1d032d431f6.tar.gz
Fix python sed rewriting for Darwin.
Change-Id: Icc71ca88080efba00e83d60e9fee65f14c4f7c8a
-rwxr-xr-xbin/python-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/python-config.sh b/bin/python-config.sh
index d3e6359..5d635bb 100755
--- a/bin/python-config.sh
+++ b/bin/python-config.sh
@@ -31,7 +31,7 @@ installed_prefix ()
echo $RESULT
}
-prefix_build="/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64"
+prefix_build="$TMPDIR/buildhost/install/prebuilt/darwin-x86_64"
prefix_real=$(installed_prefix "$0")
# Use sed to fix paths from their built to locations to their installed to locations.