2
0

Support for x86 Linux.

This commit is contained in:
Maarten Billemont
2018-07-04 12:16:37 -04:00
parent b25130f4d2
commit 4b3662bbe9
4 changed files with 33 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ _prepare_config() {
if [[ $platform = windows ]]; then :
else
autoreconf --verbose --install --symlink 2> >(sed 's/^\([^:]*\):[0-9]\{1,\}: /\1: /')
autoreconf --verbose --install --force 2> >(sed 's/^\([^:]*\):[0-9]\{1,\}: /\1: /')
fi
touch "$prefix/out/.prepared"