Commit 23d13143 authored by Jason Madden's avatar Jason Madden

Linking is failing with 'g++ gcc -shared ...': g++: error: gcc: no such file

parent d66ec277
......@@ -20,7 +20,7 @@ export PIP_NO_PYTHON_VERSION_WARNING=1
export PIP_NO_WARN_SCRIPT_LOCATION=1
# Build configuration.
export CC="ccache gcc"
export CC="ccache `which gcc`"
export LDSHARED="$CC -shared"
export LDCCSHARED="$LDSHARED"
export LDCXXSHARED="$LDSHARED"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment