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
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
I'm trying to compile a program which requires systemd's headers. like this:
The Dockerfile of
xgo-latest-sd
looks like this, to add the required headers.the header is installed under:
but as far as I can tell cgo doesn't find it due to
-I $WORK/b206/
is there a way to get this compiled with xgo?
thanks in advance.
The text was updated successfully, but these errors were encountered: