10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00

Creating ninja global everytime

This commit is contained in:
Thomas Applencourt 2015-06-11 16:03:05 +02:00
parent d196c14f14
commit 723566193b
2 changed files with 4 additions and 1 deletions

View File

@ -312,6 +312,8 @@ _|_ | | _> |_ (_| | | (_| |_ | (_) | |
try:
check_output(" ".join(l_cmd), shell=True)
except:
raise
else:
print "[ OK ]"
l_install_descendant.remove("ninja")

View File

@ -822,7 +822,8 @@ if __name__ == "__main__":
d_binaries = get_dict_binaries(l_module, mode="development")
l_module = d_binaries.keys()
create_build_ninja_global()
create_build_ninja_global()
for module_to_compile in l_module: