diff --git a/server/cmd/preconfig_and.go b/server/cmd/preconfig_and.go new file mode 100644 index 0000000..bdcb357 --- /dev/null +++ b/server/cmd/preconfig_and.go @@ -0,0 +1,6 @@ +// +build android + +package main + +// #cgo LDFLAGS: -static-libstdc++ +import "C"