Skip to content

Commit

Permalink
Merge pull request #26 from pfernique/master
Browse files Browse the repository at this point in the history
	Update bld.bat
  • Loading branch information
pfernique committed Jul 27, 2017
2 parents 5db7c8c + 5d89aad commit 05ce514
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/conda/libstatiskit_stl/bld.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
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% --msvc-version=14.0

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

echo OFF

0 comments on commit 05ce514

Please sign in to comment.