mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 12:23:48 +01:00
Creating ninja global everytime
This commit is contained in:
parent
d196c14f14
commit
723566193b
@ -312,6 +312,8 @@ _|_ | | _> |_ (_| | | (_| |_ | (_) | |
|
||||
try:
|
||||
check_output(" ".join(l_cmd), shell=True)
|
||||
except:
|
||||
raise
|
||||
else:
|
||||
print "[ OK ]"
|
||||
|
||||
l_install_descendant.remove("ninja")
|
||||
|
@ -822,6 +822,7 @@ if __name__ == "__main__":
|
||||
|
||||
d_binaries = get_dict_binaries(l_module, mode="development")
|
||||
l_module = d_binaries.keys()
|
||||
|
||||
create_build_ninja_global()
|
||||
|
||||
for module_to_compile in l_module:
|
||||
|
Loading…
Reference in New Issue
Block a user