From 744ef03fa13c298c01db021a0127dc20473145b6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 8 Feb 2019 15:50:02 +0800 Subject: [PATCH] conda: remove --install-lib workaround --- conda/artiq/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/artiq/build.sh b/conda/artiq/build.sh index b3b1f7f73..cae6a8e21 100644 --- a/conda/artiq/build.sh +++ b/conda/artiq/build.sh @@ -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