forked from M-Labs/artiq
conda: remove --install-lib workaround
This commit is contained in:
parent
6f1bb5c351
commit
744ef03fa1
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
|
||||
$PYTHON setup.py install \
|
||||
--install-lib=$SP_DIR \
|
||||
--prefix=$PREFIX \
|
||||
--single-version-externally-managed \
|
||||
--record=record.txt \
|
||||
--no-compile
|
||||
|
|
Loading…
Reference in New Issue