Skip to content

Commit e65eb09

Browse files
committed
hack
1 parent 22edef5 commit e65eb09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpython-unix/build-m4.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ pushd m4-${M4_VERSION}
1515

1616
CC="${HOST_CC}" CXX="${HOST_CXX}" CFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" LDFLAGS="${EXTRA_HOST_LDFLAGS}" ./configure \
1717
--build=${BUILD_TRIPLE} \
18-
--prefix=/tools/host
18+
--prefix=/tools/host || true
19+
20+
cat config.log && exit 1
1921

2022
make -j ${NUM_CPUS}
2123
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out

0 commit comments

Comments
 (0)