Open dabeshouse opened 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.
libjni_nebulous.dylib
The current makefile uses gcc and g++. It appears we will need to switch to clang for the Mac builds.
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.