Skip to content

Commit

Permalink
Remove 32-bit Mac binary from csharp build tools (protocolbuffers#7215)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi-kamal authored Feb 14, 2020
1 parent d0bfd52 commit 1f2d6bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csharp/build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1f2d6bf

Please sign in to comment.