summaryrefslogtreecommitdiff
path: root/setup_native/Library_shlxtmsi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/Library_shlxtmsi.mk')
-rw-r--r--setup_native/Library_shlxtmsi.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/Library_shlxtmsi.mk b/setup_native/Library_shlxtmsi.mk
index fd0f0899f445..e6780d014b5f 100644
--- a/setup_native/Library_shlxtmsi.mk
+++ b/setup_native/Library_shlxtmsi.mk
@@ -43,8 +43,8 @@ $(eval $(call gb_Library_use_static_libraries,shlxtmsi,\
$(eval $(call gb_Library_use_system_win32_libs,shlxtmsi,\
libcmt \
libcpmt \
- $(if $(filter-out 120,$(VCVER)),libucrt) \
- $(if $(filter-out 120,$(VCVER)),libvcruntime) \
+ libucrt \
+ libvcruntime \
msi \
kernel32 \
advapi32 \