compiler-research / cppyy-backend

1 stars 6 forks source link

Macos apple silicon fixes #89

Closed mcbarton closed 9 months ago

mcbarton commented 9 months ago

Add .dylib option when building on MacOS Disabled use of -march=native when on Apple Silicon Link to CppInterOp (without this on MacOS you get undefined symbols error when building)

Copy of pull request https://github.com/compiler-research/cppyy-backend/pull/88 which had Github CI issues

@vgvassilev Here is the branch containing the fixes for apple silicon builds