Loading build-plugins.py +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ def process_rust(path, module): subprocess.Popen(["bash", "-c", 'WINEPATH=~/python64 echo "set RUSTFLAGS=-L Z:/root/python64 && cargo build --release" | WINEPATH=~/python64 wine cmd']) subprocess.Popen(["ls", "target"], cwd=cwd) subprocess.Popen(["ls", "target", "release"], cwd=cwd) subprocess.Popen(["find", ".",cwd=cwd]) subprocess.Popen(["find", "."],cwd=cwd) shutil.copyfile(os.path.join(path,module,"target","release", module + ".dll"),os.path.join(path,module,"target","release", module + ".pyd")) return [os.path.join(path,module,"target","release", module),os.path.join(path,module,"target" ,"release", module + ".pyd")] Loading Loading
build-plugins.py +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ def process_rust(path, module): subprocess.Popen(["bash", "-c", 'WINEPATH=~/python64 echo "set RUSTFLAGS=-L Z:/root/python64 && cargo build --release" | WINEPATH=~/python64 wine cmd']) subprocess.Popen(["ls", "target"], cwd=cwd) subprocess.Popen(["ls", "target", "release"], cwd=cwd) subprocess.Popen(["find", ".",cwd=cwd]) subprocess.Popen(["find", "."],cwd=cwd) shutil.copyfile(os.path.join(path,module,"target","release", module + ".dll"),os.path.join(path,module,"target","release", module + ".pyd")) return [os.path.join(path,module,"target","release", module),os.path.join(path,module,"target" ,"release", module + ".pyd")] Loading