diff options
-rw-r--r-- | onlineupdate/Executable_mar.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/onlineupdate/Executable_mar.mk b/onlineupdate/Executable_mar.mk index 7a42b3ca437d..c2dccafc38b8 100644 --- a/onlineupdate/Executable_mar.mk +++ b/onlineupdate/Executable_mar.mk @@ -24,7 +24,10 @@ $(eval $(call gb_Executable_add_libs,mar,\ )) endif +ifeq ($(filter WNT MACOSX,$(OS)),) $(eval $(call gb_Executable_use_externals,mar,nss3)) +$(eval $(call gb_Executable_add_defs,mar,-DMAR_NSS)) +endif $(eval $(call gb_Executable_add_cobjects,mar,\ onlineupdate/source/libmar/src/mar_create \ |