Skip to content

Instantly share code, notes, and snippets.

@blokhin
Last active January 10, 2025 18:59
Show Gist options
  • Save blokhin/6b2c254c5a34772c85447c1142ed8e15 to your computer and use it in GitHub Desktop.
Save blokhin/6b2c254c5a34772c85447c1142ed8e15 to your computer and use it in GitHub Desktop.
# allow suspicious
xattr -d com.apple.quarantine <filename>
chmod 744 <filename>
# make visible
export LDFLAGS="-L/opt/homebrew/opt/icu4c@76/lib"
export CPPFLAGS="-I/opt/homebrew/opt/icu4c@76/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c@76/lib/pkgconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment