Difficult-Rocket/nuitka_build.py

17 lines
345 B
Python
Raw Normal View History

2023-06-09 15:10:15 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
import subprocess
from libs.utils import nuitka
if __name__ == '__main__':
compiler = nuitka.Status()
2023-06-09 15:40:30 +08:00
print(compiler)
print(compiler.gen_subprocess_cmd())
2023-06-09 15:10:15 +08:00