Skip to content

Commit d51bc18

Browse files
committed
add python3.6 link
1 parent 01c4064 commit d51bc18

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

cgolinks_py3.6.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// +build py3.6
2+
3+
package py
4+
5+
/*
6+
#cgo pkg-config: python-3.6
7+
*/
8+
import "C"

mainthread/cgolinks_py3.6.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// +build py3.6
2+
3+
package mainthread
4+
5+
/*
6+
#cgo pkg-config: python-3.6
7+
*/
8+
import "C"

0 commit comments

Comments
 (0)