Skip to content

Commit

Permalink
Reworked bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed May 24, 2020
1 parent 24d3533 commit 20316de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@echo on
setlocal enableextensions
mkdir %SP_DIR% && copy OCP.cp*-*.* %SP_DIR%
if not exist %SP_DIR% mkdir %SP_DIR%
copy OCP.cp*-*.* %SP_DIR%

0 comments on commit 20316de

Please sign in to comment.