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