disable cgo for cli only build
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// +build cgo
|
||||
package bridge
|
||||
|
||||
// #include "stdint.h"
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
// +build cgo
|
||||
package bridge
|
||||
|
||||
// #include "stdint.h"
|
||||
|
||||