summaryrefslogtreecommitdiff
path: root/external/libtommath
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-01 11:52:56 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-01 19:52:53 +0100
commit4fcdc190afe710c2530ea40e30609570519a5ff2 (patch)
treef0e297f50d7e11648cb917bb0ad97a0df00890e8 /external/libtommath
parentcc9b39393bfeca69020b28e9a38335c5f39a4c72 (diff)
external: consistently use gb_ExternalProject_use_nmake
... instead of hard-coding some subset of the variables everywhere. Change-Id: I5eac5663563ee9d6cb7b57f5f6e9d55560587276 Reviewed-on: https://gerrit.libreoffice.org/44167 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libtommath')
-rw-r--r--external/libtommath/ExternalProject_libtommath.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/external/libtommath/ExternalProject_libtommath.mk b/external/libtommath/ExternalProject_libtommath.mk
index 955adc8c4d3d..f534e62a126d 100644
--- a/external/libtommath/ExternalProject_libtommath.mk
+++ b/external/libtommath/ExternalProject_libtommath.mk
@@ -18,9 +18,7 @@ $(eval $(call gb_ExternalProject_use_nmake,libtommath,build))
ifeq ($(COM),MSC)
$(call gb_ExternalProject_get_state_target,libtommath,build):
$(call gb_ExternalProject_run,build,\
- export CC="$(shell cygpath -w $(filter-out -%,$(CC))) $(filter -%,$(CC))" \
- && export LIB="$(ILIB)" \
- && nmake -nologo -f makefile.msvc \
+ nmake -nologo -f makefile.msvc \
)
else
$(call gb_ExternalProject_get_state_target,libtommath,build) :