Merge pull request #2885 from Stackdriver/plugins
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 1 Aug 2018 08:19:15 +0000 (10:19 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Aug 2018 08:19:15 +0000 (10:19 +0200)
Enable additional plugins on Windows.

build.sh

index c7d557a..f6849c3 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -93,6 +93,7 @@ build_cygwin()
           --dir=${TOP_SRCDIR}/gnulib/build \
           canonicalize-lgpl \
           fcntl-h \
+          fnmatch \
           getsockopt \
           gettimeofday \
           nanosleep \
@@ -141,7 +142,10 @@ build_cygwin()
       --datarootdir="${DATADIR}" \
       --disable-all-plugins \
       --host="mingw32" \
-      --enable-logfile
+      --enable-logfile \
+      --enable-match_regex \
+      --enable-target_replace \
+      --enable-target_set
 
     cp ${GNULIB_DIR}/../config.h src/gnulib_config.h
     echo "#include <config.h.in>" >> src/gnulib_config.h