diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-06 11:33:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-06 13:28:16 +0000 |
commit | 20ce75e2947b3eac676ff8326fa40c4861fc1ba3 (patch) | |
tree | 4644eb37eaa64d4d832c0882de28a86bdb43709e | |
parent | 2bea88592d88492023eb5e82d0f6a48e71dfa291 (diff) |
Remove one more MinGW leftover
i.e., WNT=OS implies MSVC
Change-Id: I87b02dcbfe74405326b60f49bceaf99de7c56b83
Reviewed-on: https://gerrit.libreoffice.org/34920
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | scp2/Module_scp2.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scp2/Module_scp2.mk b/scp2/Module_scp2.mk index 44ec6b5deec7..f06f18509351 100644 --- a/scp2/Module_scp2.mk +++ b/scp2/Module_scp2.mk @@ -34,9 +34,7 @@ $(eval $(call gb_Module_add_targets,scp2,\ $(if $(DISABLE_ACTIVEX),,InstallModule_activex) \ InstallModule_quickstart \ InstallModule_windows \ - $(if $(filter MSC,$(COM)),\ - InstallModule_winexplorerext \ - ) \ + InstallModule_winexplorerext \ ) \ $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\ InstallModule_gnome \ |