Skip to content
Snippets Groups Projects
Unverified Commit ccbb743b authored by turekt's avatar turekt Committed by GitHub
Browse files

Update keystone-binding.go to fix issue #363 (#426)

When trying to execute `make install` inside the go binding sample, the output shows an error that is specified by guitmz in issue #363 

Adding the missing cgo LDFLAGS resolves this issue.
parent 27d86048
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
// +build darwin,linux,cgo
package keystone
// #cgo LDFLAGS: -lkeystone
// #cgo LDFLAGS: -lkeystone -lstdc++ -lm
// #include <keystone/keystone.h>
import "C"
import "unsafe"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment