[test]
This commit is contained in:
9
component/script/build_local.go
Normal file
9
component/script/build_local.go
Normal file
@ -0,0 +1,9 @@
|
||||
//go:build build_local
|
||||
// +build build_local
|
||||
|
||||
package script
|
||||
|
||||
/*
|
||||
#cgo pkg-config: python3-embed
|
||||
*/
|
||||
import "C"
|
Reference in New Issue
Block a user