This commit is contained in:
Idris Kalp
2020-12-02 00:09:09 +03:00
parent 438c7c562f
commit 6aeded1e90
+1 -1
View File
@@ -39,7 +39,7 @@ def build():
shelltools.export("LC_ALL", "en_US.UTF-8")
shelltools.export("RUST_BACKTRACE", "1")
shelltools.system("python ./x.py dist")
shelltools.system("python ./x.py build")
def install():