Skip to content

Commit

Permalink
use gmake in the buildscript on Solaris systems (nim-lang#19036)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarrOff authored and PMunch committed Mar 28, 2022
1 parent 5dbffbe commit 8a80be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/funs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ _nimBuildCsourcesIfNeeded(){
makeX=gmake
elif [ "$unamestr" = 'CROSSOS' ]; then
makeX=gmake
elif [ "$unamestr" = 'SunOS' ]; then
makeX=gmake
else
makeX=make
fi
Expand Down

0 comments on commit 8a80be5

Please sign in to comment.