Skip to content
Snippets Groups Projects
Commit 07988813 authored by Olivier SOLDANO's avatar Olivier SOLDANO Committed by Anthony Léonard
Browse files

fix win_compile script


a typo slept through code review

Change-Id: I880f8b99bf7c05f01e6ef4310931fcf6e0811f67
Reviewed-by: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
parent 69e46c62
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@ rootdir=$(pwd)
HOST=i686-w64-mingw32
ARCH=32
CMAKE_TOOLCHAIN_FILE=$rootdir/lrc/cmake/winBuild.cmake
$CORES=${CORES:=`nproc --all`}
echo "running compilation on $CORES threads"
echo "running compilation on ${CORES:=`nproc --all`} threads"
while test -n "$1"
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment