Unverified Commit ce1969db authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update build.py

parent f0f9cfc1
......@@ -81,14 +81,6 @@ BLS_DIR = topDir + "/libBLS"
BLS_BUILD_DIR = BLS_DIR + "/build"
AUTOMAKE_DIR = "/usr/share/automake-1.15"
if not os.path.isdir(AUTOMAKE_DIR):
raise Exception("Could not find " + AUTOMAKE_DIR)
subprocess.call(["git", "submodule", "update", "--init"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment