Skip to content

Commit

Permalink
Linking is failing with 'g++ gcc -shared ...': g++: error: gcc: no su…
Browse files Browse the repository at this point in the history
…ch file
  • Loading branch information
jamadden committed Dec 3, 2021
1 parent d66ec27 commit 23d1314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 23d1314

Please sign in to comment.