Skip to content
Snippets Groups Projects
Commit 1c9f5a9c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing windows

parent f5239a3c
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,12 @@ else
echo "Make install partial"
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
make VERBOSE=1 -j 8
if [ x"$hostname" == x"suitcase" ]; then
echo "Running make on 2 cores"
make VERBOSE=1 -j 2
else
make VERBOSE=1 -j 8
fi
fi
if [ $? -ne 0 ]; then
......
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