use gmake in the buildscript on Solaris systems (#19036)

This commit is contained in:
BarrOff
2021-10-24 05:24:31 +00:00
committed by GitHub
parent 6621e1a3ea
commit 41d9918591

View File

@@ -76,6 +76,8 @@ _nimBuildCsourcesIfNeeded(){
makeX=gmake
elif [ "$unamestr" = 'CROSSOS' ]; then
makeX=gmake
elif [ "$unamestr" = 'SunOS' ]; then
makeX=gmake
else
makeX=make
fi