summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-15 01:19:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-15 01:19:33 +0000
commitdacf2de576516f2751420eb60b8daf64d0f91677 (patch)
treebac23ef9b052ea9eb4cc1df6708c0715cd1d62d6
parent2bdd4fd418614c7c0101147d02199d0e47c4980e (diff)
parentcadc82c2936e8fb99fc9359160e2b1d032d431f6 (diff)
download2.7.5-dacf2de576516f2751420eb60b8daf64d0f91677.tar.gz
Merge "Fix python sed rewriting for Darwin."android-m-preview-2
-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.