Skip to content

Commit

Permalink
TBM
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed May 30, 2024
1 parent 195ae49 commit 24b3fb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specs/spark2014.anod
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class SPARK2014(spec("common")):
if (
not os.path.basename(f).startswith("gnatbind")
and not os.path.basename(f).startswith("gnatls")
and not os.path.basename(f).startswith("gnat_server")
and not os.path.basename(f).startswith("gnatwhy3")
):
rm(f)
Expand Down Expand Up @@ -188,7 +187,7 @@ class SPARK2014(spec("common")):
for dir in ["alt-ergo", "alt-ergo-lib", "alt-ergo-parsers"]:
rm(os.path.join(libexec_spark, "lib", dir), True)

for exe in ["cvc5", "gnat_server", "gnatwhy3", "alt-ergo"]:
for exe in ["cvc5", "gnatwhy3", "alt-ergo"]:
chmod("a+x",
os.path.join(libexec_spark_bin,
(exe + (".exe" if self.env.host.os.name == "windows"
Expand Down

0 comments on commit 24b3fb9

Please sign in to comment.