mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 03:44:14 +00:00
Revert usage of non-standard uname -o command in build.sh (#6342)
This commit is contained in:
committed by
Andreas Rumpf
parent
ca0de9a54d
commit
811fbdafd9
@@ -47,7 +47,7 @@ PS4=""
|
||||
# add(result, "# platform detection\n")
|
||||
ucpu=`uname -m`
|
||||
uos=`uname`
|
||||
uosname=`uname -o`
|
||||
uosname=
|
||||
# add(result, "# bin dir detection\n")
|
||||
binDir=?{firstBinPath(c).toUnix}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user