Skip to content

Instantly share code, notes, and snippets.

View mwpcheung's full-sized avatar
🏠
Working from home

mwpcheung

🏠
Working from home
View GitHub Profile
@eyeplum
eyeplum / ios-static.sh
Last active September 27, 2021 03:56
Build Google Protobuf C++ Runtime for iOS
#!/bin/bash
## Environments
# Exit the build pass if any command returns a non-zero value
#set -o errexit
# Echo commands
set -x