From 9f35df232461c5a410af0fe0d0101ac8adc67c69 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 4 Nov 2018 08:33:22 -0600 Subject: [PATCH] docker/bootstrap: Add --debug to get better haikuporter debug output Change-Id: I8e9a093a28c96b334f3747d1624b9ee6d5fe9844 --- 3rdparty/docker/bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/docker/bootstrap/bootstrap.sh b/3rdparty/docker/bootstrap/bootstrap.sh index 406f588e43..29257a8dc4 100755 --- a/3rdparty/docker/bootstrap/bootstrap.sh +++ b/3rdparty/docker/bootstrap/bootstrap.sh @@ -18,4 +18,4 @@ fi GENERATED=$WORKPATH/generated.$TARGET_ARCH cd $GENERATED -jam -q @bootstrap-raw +HAIKU_PORTER_EXTRA_OPTIONS="--debug" jam -q @bootstrap-raw