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
In my (brief) experience, the only reliable way to build this project is to run make clean followed by FFI_BUILD_FROM_SOURCE=1 make cgo-gen. This is frustrating and time consuming.
I'd expect make to just "do the thing" but it looks like the makefile needs to be refactored to make this happen.
The text was updated successfully, but these errors were encountered:
In my (brief) experience, the only reliable way to build this project is to run
make clean
followed byFFI_BUILD_FROM_SOURCE=1 make cgo-gen
. This is frustrating and time consuming.I'd expect
make
to just "do the thing" but it looks like the makefile needs to be refactored to make this happen.The text was updated successfully, but these errors were encountered: