Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1118:c7153bb2f863
Date: 2019-12-02 16:44 +0100
http://bitbucket.org/pypy/buildbot/changeset/c7153bb2f863/

Log:    add prefix target for gc install

diff --git a/docker/install_gc.sh b/docker/install_gc.sh
--- a/docker/install_gc.sh
+++ b/docker/install_gc.sh
@@ -13,7 +13,7 @@
 cd bdwgc
 autoreconf -vif
 automake --add-missing
-./configure
+./configure --prefix=/usr/local
 make
 make install
 popd
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to