From 8c9cf44cb2a2d46ddcb148508fb5350438b4a62b Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 18 Nov 2019 13:47:42 -0500 Subject: [PATCH] Set path to simulator. Add debugging output. --- .travis/build-cross-in-container.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis/build-cross-in-container.sh b/.travis/build-cross-in-container.sh index 195330b..a7f672e 100755 --- a/.travis/build-cross-in-container.sh +++ b/.travis/build-cross-in-container.sh @@ -2,6 +2,11 @@ cd /opt +set -x +echo $PATH +export PATH=/usr/local/bin:$PATH +echo $PATH + ./configure --host=${HOST} make make dist -- 2.34.1