summaryrefslogtreecommitdiffstats
path: root/archive/dar/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'archive/dar/BUILD')
-rwxr-xr-xarchive/dar/BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/archive/dar/BUILD b/archive/dar/BUILD
index d89d51a71e..8ba63e0bb9 100755
--- a/archive/dar/BUILD
+++ b/archive/dar/BUILD
@@ -1,6 +1,7 @@
if [ $ENABLEMODE = "32" ]; then
OPTS="$OPTS --enable-mode=32"
-else
- [ $ENABLEMODE = "64" ] && OPTS="$OPTS --enable-mode=64"
+else if [ $ENABLEMODE = "64" ]; then
+ OPTS="$OPTS --enable-mode=64"
+ fi
fi &&
default_build