try to add armhf and arm64 ci build
[pcsx_rearmed.git] / configure
index 37a5294..16f510c 100755 (executable)
--- a/configure
+++ b/configure
@@ -77,6 +77,7 @@ config_mak="config.mak"
 fail()
 {
   echo "$@"
+  if test -n "$DUMP_CONFIG_LOG"; then cat config.log; fi
   exit 1
 }