Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Mar 12, 2017
1 parent f3bdfdf commit 24f3519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/python-statiskit_stl/bld.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo ON

set SCONS_MSCOMMON_DEBUG=-
scons py --prefix=%LIBRARY_PREFIX% -j%CPU_COUNT% --arch=%ARCH% --msvc-version=14.0
scons py --prefix=%LIBRARY_PREFIX% -j%CPU_COUNT% --arch=%ARCH%
if errorlevel neq 0 exit 1

echo OFF
echo OFF

0 comments on commit 24f3519

Please sign in to comment.