2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00
This commit is contained in:
Sebastien Bourdeauducq 2019-03-31 22:27:07 +08:00
parent 4580f3dac8
commit 3634cfac86

View File

@ -27,7 +27,7 @@ not_ = "{} {}".format(sys.executable, os.path.join(root, "lit", "not.py"))
config.substitutions.append( ("%not", not_) )
if os.name == "posix":
support_lib = os.getenv("LIBARTIQ_SUPPORT"):
support_lib = os.getenv("LIBARTIQ_SUPPORT")
if not support_lib:
support_build = os.path.join(root, "libartiq_support")
if subprocess.call(["rustc", os.path.join(support_build, "lib.rs"),