Skip to content
Snippets Groups Projects
Commit 5cf2fc3e authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix generating assembly when build dir was used as a relative root

parent 01abf7d7
Branches
No related tags found
No related merge requests found
......@@ -173,7 +173,10 @@ def main():
kwargs = {}
if not VERBOSE:
kwargs["stdout"] = subprocess.DEVNULL
os.chdir(BUILD_DIR)
subprocess.call(arg_split, **kwargs)
del kwargs
if not os.path.exists(source_asm):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment