rust build trial 2
This commit is contained in:
@@ -17,7 +17,7 @@ def build():
|
||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||
shelltools.export("RUST_BACKTRACE", "1")
|
||||
shelltools.export("RUST_COMPILER_RT_ROOT", "%s/%s/compiler-rt-%s.src" % (get.workDIR(), WorkDir, crt_ver))
|
||||
shelltools.system("python ./x.py dist")
|
||||
shelltools.system("python ./x.py build")
|
||||
|
||||
|
||||
def install():
|
||||
|
||||
@@ -5,8 +5,6 @@ link-shared = true
|
||||
|
||||
[build]
|
||||
target = ["x86_64-unknown-linux-gnu"]
|
||||
cargo = "/usr/bin/cargo"
|
||||
rustc = "/usr/bin/rustc"
|
||||
python = "/usr/bin/python3"
|
||||
extended = true
|
||||
sanitizers = false
|
||||
|
||||
Reference in New Issue
Block a user