Skip to content

Commit ec2fa5c

Browse files
committed
application.sh: re-enable multi-lib
1 parent 3bf3e64 commit ec2fa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/application.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare -a XBB_APPLICATION_COMMON_DEPENDENCIES=( texinfo zlib gmp mpfr mpc isl l
2929

3030
# Normally should be commented out. Enable it only during tests,
3131
# to save some build time.
32-
XBB_APPLICATION_WITHOUT_MULTILIB="y"
32+
# XBB_APPLICATION_WITHOUT_MULTILIB="y"
3333

3434
# -----------------------------------------------------------------------------
3535

0 commit comments

Comments
 (0)