build.sh 233 B

1234567
  1. #!/bin/bash
  2. # Otherwise this picks up the wrong linker on Linux (in most cases the system C++ compiler)
  3. if [ $(uname) == Linux ]; then
  4. export LDSHARED="$CC -shared -pthread"
  5. fi
  6. python -m pip install --no-deps --ignore-installed .