diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-01 12:13:07 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-08 10:34:08 +0000 |
commit | a89b8601ce7be0b6dc3f262661ea7802f2c725fd (patch) | |
tree | fa730b272c1ad445057ddcf29bcfc4aa5a5c289a /config_host.mk.in | |
parent | 2768d78391b0892ae1506687cfccdcc9c018077c (diff) |
auto-detect the presence of a native gmake on windows
Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4
Reviewed-on: https://gerrit.libreoffice.org/10120
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 72e1f8c12c2b..382a4078eec4 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -208,6 +208,7 @@ export GNUTLS_LIBS=$(gb_SPACE)@GNUTLS_LIBS@ export PARALLELISM?=@PARALLELISM@ @x_GNUCP@ export GNUCOPY=@GNUCP@ export GNUMAKE=@GNUMAKE@ +export GNUMAKE_WIN_NATIVE=@GNUMAKE_WIN_NATIVE@ export GNUPATCH=@GNUPATCH@ export GNUTAR=@GNUTAR@ export GOBJECT_CFLAGS=$(gb_SPACE)@GOBJECT_CFLAGS@ |