diff options
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index cadf342562d3..e80ac3b54ea8 100644 --- a/Repository.mk +++ b/Repository.mk @@ -676,13 +676,16 @@ ifeq ($(OS),WNT) $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ xmlsec1 \ xmlsec1-nss \ +)) +ifneq ($(CROSS_COMPILING),YES) +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ xmlsec1-mscrypto \ )) +endif else $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ xmlsec1 \ xmlsec1-nss \ - xmlsec1-mscrypto \ )) endif |