Skip to content

Instantly share code, notes, and snippets.

@seia-soto
Created July 5, 2020 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seia-soto/7593c96fa65a80d62ac7d06224acac1c to your computer and use it in GitHub Desktop.
Save seia-soto/7593c96fa65a80d62ac7d06224acac1c to your computer and use it in GitHub Desktop.
Create symlinks on toolchain binaries (theos/theos#528)
find . -name 'arm*' -exec bash -c ' ln -s $0 ${0/arm64\-apple\-darwin14\-}' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment