diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-09-24 13:24:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 13:24:41 +0200 |
commit | 5d315ebcc2d4f46b4a74c6ab10146466c894b9de (patch) | |
tree | 1ba20d35b0c8cb9402fae7c8b6b1ec2a9676d8cd /ci | |
parent | 561b01004cfeb572f82327cd8a3de55d076cb5ff (diff) | |
download | Nim-5d315ebcc2d4f46b4a74c6ab10146466c894b9de.tar.gz |
ported Nim to proprietary CrossOS [backport] (#18889)
Diffstat (limited to 'ci')
-rw-r--r-- | ci/funs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/funs.sh b/ci/funs.sh index e25922c8c..1638931c6 100644 --- a/ci/funs.sh +++ b/ci/funs.sh @@ -74,6 +74,8 @@ _nimBuildCsourcesIfNeeded(){ makeX=gmake elif [ "$unamestr" = 'NetBSD' ]; then makeX=gmake + elif [ "$unamestr" = 'CROSSOS' ]; then + makeX=gmake else makeX=make fi |