Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 9eca71f

Browse files
committed
forgot space
1 parent f3b1044 commit 9eca71f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build_tarballs.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ cd spatialindex-src-1.8.5/
2020
patch < ${WORKSPACE}/srcdir/makefile.patch
2121
rm Makefile.am.orig
2222
23-
if [ $target = "x86_64-w64-mingw32" ] || [ $target = "i686-w64-mingw32"]; then
23+
if [ $target = "x86_64-w64-mingw32" ] || [ $target = "i686-w64-mingw32" ]; then
2424
patch < ${WORKSPACE}/srcdir/header-check.patch
25-
#aclocal
26-
#autoconf
2725
fi
26+
2827
aclocal
2928
autoconf
3029
automake --add-missing --foreign

0 commit comments

Comments
 (0)