From 831fd4de05a206e98af0db917f182c19f753b9a9 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 7 Oct 2019 15:10:54 -0400 Subject: [PATCH] use nmake instead conda-forge/conda-forge.github.io#703 --- recipe/bld.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index 730232b..8937cab 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -12,7 +12,8 @@ cmake ^ -DCMAKE_BUILD_TYPE=Release ^ . -cmake --build . --target install --config Release +nmake +nmake install echo d|xcopy %LIBRARY_PREFIX%\bin\data %PREFIX%\share\openbabel /e /c rmdir /s /q %LIBRARY_PREFIX%\bin\data