Skip to content
Snippets Groups Projects
Commit aa8892cf authored by Sören Tempel's avatar Sören Tempel Committed by Sören Tempel
Browse files

community/systemc: fix check() build failure

parent 03291757
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38802community/systemc: support use with c++17
...@@ -30,7 +30,8 @@ build() { ...@@ -30,7 +30,8 @@ build() {
} }
check() { check() {
make check # Examples fail to compile without -fpermissive.
make CXXFLAGS="$CXXFLAGS -fpermissive"
} }
package() { package() {
......
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