summaryrefslogtreecommitdiff
path: root/setup_native/Library_regactivex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/Library_regactivex.mk')
-rw-r--r--setup_native/Library_regactivex.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/Library_regactivex.mk b/setup_native/Library_regactivex.mk
index 3d0a51e0338a..7142b8ee0a7d 100644
--- a/setup_native/Library_regactivex.mk
+++ b/setup_native/Library_regactivex.mk
@@ -29,8 +29,8 @@ $(eval $(call gb_Library_add_exception_objects,regactivex,\
$(eval $(call gb_Library_use_system_win32_libs,regactivex,\
libcmt \
libcpmt \
- $(if $(filter-out 120,$(VCVER)),libucrt) \
- $(if $(filter-out 120,$(VCVER)),libvcruntime) \
+ libucrt \
+ libvcruntime \
kernel32 \
msi \
))