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

Commit f3b1044

Browse files
committed
apply patches correctly
1 parent a6851ed commit f3b1044

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

build_tarballs.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ rm Makefile.am.orig
2222
2323
if [ $target = "x86_64-w64-mingw32" ] || [ $target = "i686-w64-mingw32"]; then
2424
patch < ${WORKSPACE}/srcdir/header-check.patch
25+
#aclocal
26+
#autoconf
2527
fi
28+
aclocal
29+
autoconf
30+
automake --add-missing --foreign
2631
2732
# Show options in the log
2833
./configure --help
@@ -34,7 +39,7 @@ make install
3439

3540
# These are the platforms we will build for by default, unless further
3641
# platforms are passed in on the command line
37-
platforms = [Windows(:x86_64)] #supported_platforms()
42+
platforms = supported_platforms()
3843

3944
# The products that we will ensure are always built
4045
products(prefix) = [

0 commit comments

Comments
 (0)