From b9a732b69d2af9cc4076e78969a61cba7211ff12 Mon Sep 17 00:00:00 2001 From: adam-urbanczyk Date: Wed, 24 Apr 2019 22:38:46 +0200 Subject: [PATCH] Specify output folder at the end --- conda_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_build.bat b/conda_build.bat index 7c403d6a..617ae0bd 100644 --- a/conda_build.bat +++ b/conda_build.bat @@ -1 +1 @@ -conda build conda/meta.yaml --output-folder . -c cadquery -c conda-forge +conda build conda/meta.yaml -c cadquery -c conda-forge --output-folder .