File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
conda-recipe/plugify-module-cpp Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22REM bld.bat - For Windows builds
33
44REM Create the target directories
5- if not exist " %PREFIX% \Library\ bin" mkdir " %PREFIX% \Library \bin"
6- if not exist " %PREFIX% \Library " mkdir " %PREFIX% \Library "
5+ if not exist " %PREFIX% \bin" mkdir " %PREFIX% \bin"
6+ if not exist " %PREFIX% " mkdir " %PREFIX% "
77
88REM Copy the DLL and module file
9- copy bin\plugify-module-cpp.dll " %PREFIX% \Library\ bin\" || exit 1
10- copy plugify-module-cpp.pmodule " %PREFIX% \Library\ " || exit 1
9+ copy bin\plugify-module-cpp.dll " %PREFIX% \bin\" || exit 1
10+ copy plugify-module-cpp.pmodule " %PREFIX% \" || exit 1
1111
1212REM Create activation scripts
1313if not exist " %PREFIX% \etc\conda\activate.d" mkdir " %PREFIX% \etc\conda\activate.d"
@@ -21,4 +21,4 @@ REM Create deactivation script
2121echo @echo off > " %PREFIX% \etc\conda\deactivate.d\plugify-module-cpp.bat"
2222echo set " PLUGIFY_CPP_MODULE_PATH=%% PLUGIFY_CPP_MODULE_PATH:%% CONDA_PREFIX%% ;=%% " >> " %PREFIX% \etc\conda\deactivate.d\plugify-module-cpp.bat"
2323
24- exit 0
24+ exit 0
You can’t perform that action at this time.
0 commit comments