Updating bundle rebuild
1 files changed, 1 insertions(+), 1 deletions(-)

M vim/rebuild_bundle.py
M vim/rebuild_bundle.py +1 -1
@@ 140,5 140,5 @@ if BUILD_ENV == "dev":
     # python3 setup.py build
     subprocess.call(["python3", "setup.py", "build"])
     # cp build/lib*3.?/* ../python
-    for lfile in glob.iglob("build/lib*3.?/*"):
+    for lfile in glob.iglob("build/lib*python-3*/*"):
         shutil.copy(lfile, "../python")