Loading build-plugins.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ def process_rust(path, module): else: subprocess.Popen(["cargo", "build", "--release"], cwd=cwd).wait() #subprocess.Popen(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"] , cwd=cwd).wait() subprocess.Popen(["bash", "-c", 'WINEPATH=~/python64 echo "set RUSTFLAGS=-L Z:/root/python64 && cargo build --release" | WINEPATH=~/python64 wine cmd']).wait() subprocess.Popen(["bash", "-c", 'WINEPATH=~/python64 echo "set RUSTFLAGS=-L Z:/root/python64 && cargo build --release" | WINEPATH=~/python64 wine cmd'], cwd=cwd).wait() subprocess.Popen(["ls", "target"], cwd=cwd).wait() subprocess.Popen(["ls", "target", "release"], cwd=cwd).wait() subprocess.Popen(["find", "."],cwd=cwd).wait() Loading Loading
build-plugins.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ def process_rust(path, module): else: subprocess.Popen(["cargo", "build", "--release"], cwd=cwd).wait() #subprocess.Popen(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"] , cwd=cwd).wait() subprocess.Popen(["bash", "-c", 'WINEPATH=~/python64 echo "set RUSTFLAGS=-L Z:/root/python64 && cargo build --release" | WINEPATH=~/python64 wine cmd']).wait() subprocess.Popen(["bash", "-c", 'WINEPATH=~/python64 echo "set RUSTFLAGS=-L Z:/root/python64 && cargo build --release" | WINEPATH=~/python64 wine cmd'], cwd=cwd).wait() subprocess.Popen(["ls", "target"], cwd=cwd).wait() subprocess.Popen(["ls", "target", "release"], cwd=cwd).wait() subprocess.Popen(["find", "."],cwd=cwd).wait() Loading