diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-19 16:41:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:16 +0200 |
commit | 69a947ebdf41114f647645e51b81083bbb0eb1e6 (patch) | |
tree | 9c57ba24c983b4fcb63a56c8a1c235606feba9d0 | |
parent | 225805eb2ebbb5b30a3cccf87270534b82fdee48 (diff) |
we need to link to nss
Change-Id: I94940d1146430980f11d9dcb1e6c538982a31a1c
-rw-r--r-- | onlineupdate/Executable_mar.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/onlineupdate/Executable_mar.mk b/onlineupdate/Executable_mar.mk index e42369754732..488ca26f4728 100644 --- a/onlineupdate/Executable_mar.mk +++ b/onlineupdate/Executable_mar.mk @@ -20,6 +20,10 @@ $(eval $(call gb_Executable_use_static_libraries,mar,\ libmar \ )) +$(eval $(call gb_Executable_use_externals,mar,\ + nss3 \ +)) + ifeq ($(OS),WNT) $(eval $(call gb_Executable_add_libs,mar,\ ws2_32.lib \ |