summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ci/funs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/funs.sh b/ci/funs.sh
index 1638931c6..8e7f8faf7 100644
--- a/ci/funs.sh
+++ b/ci/funs.sh
@@ -76,6 +76,8 @@ _nimBuildCsourcesIfNeeded(){
     makeX=gmake
   elif [ "$unamestr" = 'CROSSOS' ]; then
     makeX=gmake
+  elif [ "$unamestr" = 'SunOS' ]; then
+    makeX=gmake
   else
     makeX=make
   fi