diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index df0ddac6bd9..ace9c8dac2a 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -791,7 +791,7 @@ def getIceBox(): iceBox += "d" iceBox += ".exe" elif isLinux(): - if not x64: + if not x64 and not armv7l: iceBox += "32" if cpp11: iceBox += "++11" |