From a2aa678278c4965e632c03abebd48902309ae6c4 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Tue, 30 Jun 2020 19:16:10 +0100 Subject: [PATCH] Travis: only use SystemC when not M32 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 319443126..a06929f60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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