nLabs-nScope / nLab

GNU General Public License v3.0
9 stars 2 forks source link

Compile the rust backend for both arm and x86 #6

Closed davidjmeyer closed 1 year ago

davidjmeyer commented 1 year ago

This PR fixes an error in which the native backend code was not compiled for both x86 and arm architectures on macOS. Now we make sure to install both toolchains and create a fat binary library for distribution.