10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-06 03:15:59 +02:00
This commit is contained in:
Thomas Applencourt 2015-06-08 17:42:29 +02:00
parent 92fb69500c
commit 9947ffbc2f

View File

@ -201,7 +201,6 @@ for need in l_need:
l_need_genealogy = d_need_genealogy.keys()
l_need_genealogy = ["ocaml"]
print """
__
(_ ._ _ ._ _ _. ._
@ -309,7 +308,9 @@ print """
# ~#~#~#~#~#~#~#~#~ #
"""
subprocess.check_call("./bin/ninja -C install", shell=True)
if [i for i in l_need_genealogy if i not in "ocaml"]:
subprocess.check_call("./bin/ninja -C install", shell=True)
print "Done"
if "ocaml" in l_need_genealogy: