Skip to content

Update c.go #45

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update c.go #45

wants to merge 1 commit into from

Conversation

ManPython
Copy link

Change regarging the problem with pkg-config: exit status 3221225781
#43 (comment)

@kitech
Copy link
Owner

kitech commented Aug 20, 2019

Does this works for you?

But I know this cannot work on linux anymore.

@@ -1,6 +1,6 @@
package qtrt

/*
#cgo pkg-config: libffi
// #cgo pkg-config: libffi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't comment it out - just add "linux" to indicate this is linux specific:

Suggested change
// #cgo pkg-config: libffi
#cgo linux pkg-config: libffi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants