mirror of https://github.com/m-labs/artiq.git
style
This commit is contained in:
parent
9ca8b48bf9
commit
89f68f3470
|
@ -5,7 +5,7 @@ from ..module import Module, Source
|
||||||
from ..targets import NativeTarget
|
from ..targets import NativeTarget
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
libartiq_support = os.getenv('LIBARTIQ_SUPPORT')
|
libartiq_support = os.getenv("LIBARTIQ_SUPPORT")
|
||||||
if libartiq_support is not None:
|
if libartiq_support is not None:
|
||||||
llvm.load_library_permanently(libartiq_support)
|
llvm.load_library_permanently(libartiq_support)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue