Merge pull request #8851 from IdrisKalp/master

rust
This commit is contained in:
Idris Kalp
2020-12-02 00:09:53 +03:00
committed by GitHub
+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():