Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Nov 7, 2017
1 parent 37849c5 commit ca8d7d4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions bin/conda/libstatiskit_stl/bld.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
echo ON

if "%ARCH%" == "32" (
set PROCESSOR_ARCHITECTURE="x86"
) else (
set PROCESSOR_ARCHITECTURE="x64"
)
set SCONS_MSCOMMON_DEBUG=-

scons cpp --prefix=%LIBRARY_PREFIX% -j%CPU_COUNT% --arch=%ARCH%
scons cpp --prefix=%LIBRARY_PREFIX% -j%CPU_COUNT%
if errorlevel 1 exit 1

echo OFF
echo OFF

0 comments on commit ca8d7d4

Please sign in to comment.