Skip to content
Snippets Groups Projects
Commit 6b5efaae authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

call write_src in compile

parent 84b2e58c
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ class code(base):
command_strings.append('-L' + bfps.lib_dir)
for libname in libraries:
command_strings += ['-l' + libname]
self.write_src()
print('compiling code with command\n' + ' '.join(command_strings))
return subprocess.call(command_strings)
def set_host_info(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment