master
/ miniconda3 / pkgs / zstandard-0.19.0-py311h5eee18b_0 / info / recipe / build.sh

build.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
7
#!/bin/bash

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