浏览代码

Remove 32-bit Mac binary from csharp build tools (#7215)

Rafi Kamal 5 年之前
父节点
当前提交
1f2d6bf4b5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      csharp/build_tools.sh

+ 0 - 1
csharp/build_tools.sh

@@ -19,7 +19,6 @@ VERSION_NUMBER=$1
 declare -a FILE_NAMES=(          \
   windows_x86 windows-x86_32.exe \
   windows_x64 windows-x86_64.exe \
-  macosx_x86  osx-x86_32.exe     \
   macosx_x64  osx-x86_64.exe     \
   linux_x86   linux-x86_32.exe   \
   linux_x64   linux-x86_64.exe   \