We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6d2dd commit 1236fafCopy full SHA for 1236faf
common/tools/sctk.py
@@ -23,7 +23,6 @@ def compile_sctk(
23
make_sequence=["config", "all", "check", "install", "doc"],
24
link_outputs={"bin": "bin/"},
25
)
26
-
27
# This is needed for the compilation to work in the i6 environment, otherwise still untested
28
sctk_make._sis_environment.set("CPPFLAGS", "-std=c++11")
29
return sctk_make.out_links["bin"]
0 commit comments