mirror of
https://github.com/n64decomp/mk64
synced 2026-08-15 12:38:48 -04:00
@@ -0,0 +1,6 @@
|
||||
import subprocess
|
||||
|
||||
bp = subprocess.Popen("tools/mingw64/w64devkit.exe", stdin=subprocess.PIPE)
|
||||
bp.stdin.write(b"make assets && make -j && exit\n")
|
||||
bp.stdin.close()
|
||||
exit(bp.wait())
|
||||
Reference in New Issue
Block a user