mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Support arm64 on darwin when building the dev bundle
This commit is contained in:
@@ -71,7 +71,9 @@ then
|
||||
fi
|
||||
elif [ "$UNAME" == "Darwin" ]
|
||||
then
|
||||
if [ "$ARCH" != "arm64" ] ; then
|
||||
if [ "$ARCH" == "arm64" ] ; then
|
||||
NODE_TGZ="node-v${NODE_VERSION}-darwin-arm64.tar.gz"
|
||||
else
|
||||
NODE_TGZ="node-v${NODE_VERSION}-darwin-x64.tar.gz"
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user