There was an error while loading. Please reload this page.
1 parent a2a9e71 commit f473a2eCopy full SHA for f473a2e
1 file changed
contrib/build_bin.sh
@@ -48,7 +48,7 @@ fi
48
49
target_tarfile="hwi-${VERSION}-${OS}-${ARCH}.tar.gz"
50
51
-if [[ $gui_support == "--with-gui" ]]; then
+if [[ $gui_support == "--with-gui" && $ARCH == "x86_64" ]]; then
52
tar -czf $target_tarfile hwi hwi-qt
53
else
54
tar -czf $target_tarfile hwi
0 commit comments