let cgo find versionl.h

This commit is contained in:
Grant Limberg 2020-06-12 15:09:31 -07:00
parent e46a342e17
commit d9dd77bc6e
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

@ -13,7 +13,7 @@
package zerotier
// #cgo CFLAGS: -O3
// #cgo CFLAGS: -O3 -I${SRCDIR}/../../build/core
// #cgo darwin LDFLAGS: -Wl,-undefined -Wl,dynamic_lookup
// #cgo !darwin LDFLAGS: -Wl,-unresolved-symbols=ignore-all
// #include "../../serviceiocore/GoGlue.h"