Set path to simulator. Add debugging output.
authorAnthony Green <green@moxielogic.com>
Mon, 18 Nov 2019 18:47:42 +0000 (13:47 -0500)
committerAnthony Green <green@moxielogic.com>
Mon, 18 Nov 2019 18:47:42 +0000 (13:47 -0500)
.travis/build-cross-in-container.sh

index 195330b..a7f672e 100755 (executable)
@@ -2,6 +2,11 @@
 
 cd /opt
 
+set -x
+echo $PATH
+export PATH=/usr/local/bin:$PATH
+echo $PATH
+
 ./configure --host=${HOST}
 make
 make dist