浏览代码

chore: use `uname` in ARCHFLAGS in .zshrc template (#12563)

0x07CB 8 月之前
父节点
当前提交
01a9556574
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/zshrc.zsh-template

+ 1 - 1
templates/zshrc.zsh-template

@@ -89,7 +89,7 @@ source $ZSH/oh-my-zsh.sh
 # fi
 
 # Compilation flags
-# export ARCHFLAGS="-arch x86_64"
+# export ARCHFLAGS="-arch $(uname -m)"
 
 # Set personal aliases, overriding those provided by Oh My Zsh libs,
 # plugins, and themes. Aliases can be placed here, though Oh My Zsh