-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Apple M1 chips. #371
Comments
@syhily it's pretty simple to add other entries in the |
@syhily I added this section to my
To use a custom aol properties file, you have to set a property like this in your pom.xml:
Or pass it as |
Oddly, I just noticed this after I found my c++ / dylib didn't get compiled. Nothing that I do seems to get it to find my c++ source.
Ideas? |
I ran with
|
@syhily @GregDomjan So it seems there's quite a bit more to this whole Mac M1 thing; I've looked through all the relevant classes for doing the compilation in the nar-plugin, but nothing seems out of the ordinary and everything still works with my builds on a non-M1 Mac. It seems that |
@mondain I had the same problem but could fix it by replacing
|
Hi, & the process till bails out with:
Any ideas on this? |
no linker is defined in the aol.properties file for 'aarch64.MacOSX.linker'
The text was updated successfully, but these errors were encountered: