You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling qml-go with go 1.12.1 the following errors are thrown:
github.com/nanu-c/qml-go/cdata.Ref: relocation target runtime.acquirem not defined for ABI0 (but is defined for ABIInternal)
github.com/nanu-c/qml-go/cdata.Ref: relocation target runtime.releasem not defined for ABI0 (but is defined for ABIInternal)
I did find this reference, but I do not understand the workaround.
The text was updated successfully, but these errors were encountered:
When compiling qml-go with go 1.12.1 the following errors are thrown:
I did find this reference, but I do not understand the workaround.
The text was updated successfully, but these errors were encountered: