-
Notifications
You must be signed in to change notification settings - Fork 187
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
Broken under Go 1.12 (relocation target runtime.acquirem not defined for ABI0 (but is defined for ABIInternal)) #190
Comments
I was able to make it work removing the
Maybe this leaks a pointer so it shoud be modified to return a |
Your solution is only working in windows? |
In neclepsio/qml-go there is a fix tested under Windows and Linux. |
Thanks a lot, i merged your changes in my fork and i still had to rename the assembler files to get it working :) |
Compiling using Go 1.12 gives the following error:
The text was updated successfully, but these errors were encountered: