mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
small additional fix for bug 249782 - make previously introduced make NSS workaround not fail on <VC8, r=bsmedberg
This commit is contained in:
parent
f1ce8f80b0
commit
34167297e7
@ -141,7 +141,9 @@ endif # MOZILLA_OFFICIAL
|
||||
signnss:
|
||||
ifdef MOZILLA_OFFICIAL
|
||||
echo signing NSS libs
|
||||
ifdef MSMANIFEST_TOOL
|
||||
test -f $(DEPTH)/nss/shlibsign.exe.manifest && cp $(DEPTH)/nss/shlibsign.exe.manifest $(DIST)/bin
|
||||
endif
|
||||
cd $(DIST)/bin; ./shlibsign.exe -v -i softokn3.dll
|
||||
cd $(DIST)/bin; ./shlibsign.exe -v -i freebl3.dll
|
||||
endif # MOZILLA_OFFICIAL
|
||||
|
Loading…
Reference in New Issue
Block a user