Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated .gitignore and automated setup procedure #3943

Merged
merged 10 commits into from
Nov 10, 2021
Prev Previous commit
Next Next commit
Update scripts/buf_m1_mac_setup.sh
Co-authored-by: Akshay Nandwana <akshaynandwana001@gmail.com>
  • Loading branch information
FareesHussain and anandwana001 authored Oct 25, 2021
commit de07972c8cb6c3e28ef3e763239b22d966ee4a6a
2 changes: 1 addition & 1 deletion scripts/buf_m1_mac_setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Add protobuf platform for M1 Mac
# Setup protobuf platform for M1 Mac
arch_name="$(uname -m)"
if [ "${arch_name}" = "x86_64" ] && [[ "$OSTYPE" == "darwin"* ]]; then
if [ "$(sysctl -in sysctl.proc_translated)" = "1" ]; then
Expand Down