mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
@@ -164,7 +164,7 @@ esac
|
||||
|
||||
case $ucpu in
|
||||
*i386* | *i486* | *i586* | *i686* | *bepc* | *i86pc* )
|
||||
if [ isOpenIndiana -eq "yes" ] ; then
|
||||
if [ "$isOpenIndiana" = "yes" ] ; then
|
||||
mycpu="amd64"
|
||||
else
|
||||
mycpu="i386"
|
||||
|
||||
Reference in New Issue
Block a user