Skip to content
Snippets Groups Projects
Commit b4c8d079 authored by Ralf Jung's avatar Ralf Jung
Browse files

scons: also compile the barrier/ files. Finding autosubst fails though, since...

scons: also compile the barrier/ files. Finding autosubst fails though, since _CoqProject is not used.
parent 2b300ebb
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# This file is distributed under the terms of the BSD license. # This file is distributed under the terms of the BSD license.
import os, glob, string import os, glob, string
modules = ["prelude", "modures", "iris"] modules = ["prelude", "modures", "iris", "barrier"]
Rs = '-Q . ""' Rs = '-Q . ""'
env = DefaultEnvironment(ENV = os.environ,tools=['default', 'Coq'], COQFLAGS=Rs) env = DefaultEnvironment(ENV = os.environ,tools=['default', 'Coq'], COQFLAGS=Rs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment