summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/conda/astra-toolbox/bld.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/conda/astra-toolbox/bld.bat b/python/conda/astra-toolbox/bld.bat
index f43066b..89b7c94 100644
--- a/python/conda/astra-toolbox/bld.bat
+++ b/python/conda/astra-toolbox/bld.bat
@@ -29,5 +29,5 @@ cd python
set VS90COMNTOOLS=%VS140COMNTOOLS%
set CL=/DASTRA_CUDA /DASTRA_PYTHON "/I%R%\include" "/I%R%\lib\include" "/I%CUDA_PATH%\include"
-copy "%CONDA_PREFIX%\Library\lib\AstraCuda64.lib" astra.lib
+copy "%LIBRARY_LIB%\AstraCuda64.lib" astra.lib
python builder.py build_ext --compiler=msvc install