forked from fz0x1/go-org-py
Compare commits
No commits in common. "83313baea0ea4870d4f7dec2e406302fa361f79b" and "27394d633e404aa28dc2798631f1954badec58f4" have entirely different histories.
83313baea0
...
27394d633e
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
include convert.go
|
||||
include go.mod
|
||||
include go.sum
|
||||
include *.so
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ class GopyHook(build_py):
|
|||
|
||||
shutil.copy2(BUILD_DIR / "convert.py", PKG_DIR)
|
||||
shutil.copy2(BUILD_DIR / "go.py", PKG_DIR)
|
||||
for lib in BUILD_DIR.glob("*.so"):
|
||||
for lib in BUILD_DIR.glob("*/go_*.so"):
|
||||
shutil.copy2(lib, PKG_DIR / lib.name)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue