Skip to content

Commit 1236faf

Browse files
committed
update sctk
1 parent ed6d2dd commit 1236faf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/tools/sctk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def compile_sctk(
2323
make_sequence=["config", "all", "check", "install", "doc"],
2424
link_outputs={"bin": "bin/"},
2525
)
26-
2726
# This is needed for the compilation to work in the i6 environment, otherwise still untested
2827
sctk_make._sis_environment.set("CPPFLAGS", "-std=c++11")
2928
return sctk_make.out_links["bin"]

0 commit comments

Comments
 (0)