summaryrefslogtreecommitdiffstats
path: root/src/Python/compile.bat.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Python/compile.bat.in')
-rw-r--r--src/Python/compile.bat.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Python/compile.bat.in b/src/Python/compile.bat.in
index ab23404..e5342ed 100644
--- a/src/Python/compile.bat.in
+++ b/src/Python/compile.bat.in
@@ -1,4 +1,7 @@
set CIL_VERSION=@CIL_VERSION@
-activate @CONDA_ENVIRONMENT@
+set PREFIX=@CONDA_ENVIRONMENT_PREFIX@
+set LIBRARY_INC=@CONDA_ENVIRONMENT_LIBRARY_INC@
+
+REM activate @CONDA_ENVIRONMENT@
conda build conda-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi -c conda-forge \ No newline at end of file