Commit 8c9cf44cb2a2d46ddcb148508fb5350438b4a62b

Anthony Green 2019-11-18T13:47:42

Set path to simulator. Add debugging output.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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