ソースを参照

Merge pull request #136 from chronoslynx/master

fix: anaconda_architecture mispelled MacOSX as MaxOSX
pull/140/head
Yamashita, Yuu 12年前
コミット
cf89abaacf
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build ファイルの表示

@ -773,7 +773,7 @@ build_package_pypy_builder() {
anaconda_architecture() {
case "$(uname -s)" in
"Darwin" ) echo "MaxOSX-x86_64" ;;
"Darwin" ) echo "MacOSX-x86_64" ;;
"Linux" )
case "$(uname -m)" in
"i386" | "i486" | "i586" | "i686" | "i786" ) echo "Linux-x86" ;;

読み込み中…
キャンセル
保存