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