Travis: only use SystemC when not M32

This commit is contained in:
Geza Lore 2020-06-30 19:16:10 +01:00
parent 0b09636c58
commit a2aa678278

View File

@ -45,7 +45,7 @@ before_script:
- ulimit -c 0
# On Focal, set the SystemC installation location
- |
if [ "$TRAVIS_DIST" = "focal" ]; then
if [ "$TRAVIS_DIST" = "focal" ] && [ "$M32" != "1" ]; then
export SYSTEMC_INCLUDE=/usr/include
export SYSTEMC_LIBDIR=/usr/lib/x86_64-linux-gnu
fi