TheAliceProject / alice3

The Alice 3 block-based IDE desktop application. Also contains a NetBeans plugin to extend development into java.
https://www.alice.org/
Other
154 stars 24 forks source link

Rebuild Mac neb library as universal #408

Open dabeshouse opened 3 months ago

dabeshouse commented 3 months ago

Most recent build of libjni_nebulous.dylib targets only the new arm64 architecture and fails on the intel Macs. It should be built as universal so it can be run on either. There is a branch that builds Alice as universal, but is blocked by this.

dabeshouse commented 3 months ago

The current makefile uses gcc and g++. It appears we will need to switch to clang for the Mac builds.