|
@@ -16,7 +16,7 @@ package zerotier
|
|
|
// #cgo CFLAGS: -O3
|
|
|
// #cgo darwin LDFLAGS: ${SRCDIR}/../../../build/go/native/libzt_go_native.a ${SRCDIR}/../../../build/node/libzt_core.a ${SRCDIR}/../../../build/osdep/libzt_osdep.a -lc++ -lpthread
|
|
|
// #cgo linux android LDFLAGS: ${SRCDIR}/../../../build/go/native/libzt_go_native.a ${SRCDIR}/../../../build/node/libzt_core.a ${SRCDIR}/../../../build/osdep/libzt_osdep.a -lstdc++ -lpthread -lm
|
|
|
-// #include "../../native/GoGlue.h"
|
|
|
+// #include "../../serviceiocore/GoGlue.h"
|
|
|
import "C"
|
|
|
|
|
|
import (
|