1
0
Fork 0
forked from fz0x1/go-org-py

Compare commits

..

No commits in common. "83313baea0ea4870d4f7dec2e406302fa361f79b" and "27394d633e404aa28dc2798631f1954badec58f4" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
include convert.go
include go.mod
include go.sum
include *.so

View file

@ -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)