diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Python/compile.bat.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Python/compile.bat.in b/src/Python/compile.bat.in index d4ddc92..ab23404 100644 --- a/src/Python/compile.bat.in +++ b/src/Python/compile.bat.in @@ -1,4 +1,4 @@ set CIL_VERSION=@CIL_VERSION@ activate @CONDA_ENVIRONMENT@ -conda build conda-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi
\ No newline at end of file +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 |