This commit is contained in:
mariusmonton 2018-09-27 15:02:33 +02:00
parent f938bfad4e
commit f177f79dcc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install:
- tar xfvz systemc-2.3.2.tar.gz
- cd systemc-2.3.2
- mkdir build && cd build
- ../configure
- ../configure CXXFLAGS="-std=c++11"
- make -j 4 && make install
- cd ../..
- rm -r systemc-2.3.2/build