angr / vex

A patched version of VEX to work with PyVEX.
GNU General Public License v2.0
104 stars 44 forks source link

Manually select `ar` on macOS so pyvex builds #28

Closed Maximus- closed 4 years ago

Maximus- commented 4 years ago

This should allow pip install pyvex to work on macOS :)

Only minor nitpick is, I'm unsure if it's ok to trust that /usr/bin/ar will always be there, or to get the one from $(xcode-select -p)/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar. It probably doesn't matter.

Should fix #23

rhelmot commented 4 years ago

nice