-
-
Save blokhin/6b2c254c5a34772c85447c1142ed8e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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