summaryrefslogtreecommitdiffstats
path: root/onlineupdate/Executable_mar.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-19 16:41:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:16 +0200
commit69a947ebdf41114f647645e51b81083bbb0eb1e6 (patch)
tree9c57ba24c983b4fcb63a56c8a1c235606feba9d0 /onlineupdate/Executable_mar.mk
parentuse the new winhelper static lib on windows (diff)
downloadcore-69a947ebdf41114f647645e51b81083bbb0eb1e6.tar.gz
core-69a947ebdf41114f647645e51b81083bbb0eb1e6.zip
we need to link to nss
Change-Id: I94940d1146430980f11d9dcb1e6c538982a31a1c
Diffstat (limited to 'onlineupdate/Executable_mar.mk')
-rw-r--r--onlineupdate/Executable_mar.mk4
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 \