Fix typo
deliver had always ignored the missing "3" in the target anyway, delivering any
libfreebl3.* from the source dir to the exact same name in the target dir. (And
scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3
with the "3"). This appears to be a harmless typo introduced with
09bc28fb7b
"jl144: #i106132# nss does not build on
MacOS 10.6 because of libsqlite3."
Change-Id: I251834c2157acf0936bde9b7daaad16693822acb
This commit is contained in:
@@ -9,7 +9,7 @@ mkdir: %_DEST%\lib\sqlite
|
||||
..\%__SRC%\inc\include\private\*.h %_DEST%\inc\mozilla\nspr\private
|
||||
..\%__SRC%\inc\nss\*.h %_DEST%\inc\mozilla\nss
|
||||
|
||||
..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl.*
|
||||
..\%__SRC%\lib\libfreebl3.* %_DEST%\lib\libfreebl3.*
|
||||
..\%__SRC%\lib\libfreebl_32fpu_3.* %_DEST%\lib\libfreebl_32fpu_3.*
|
||||
..\%__SRC%\lib\libfreebl_32int64_3.* %_DEST%\lib\libfreebl_32int64_3.*
|
||||
..\%__SRC%\lib\libfreebl_32int_3.* %_DEST%\lib\libfreebl_32int_3.*
|
||||
|
Reference in New Issue
Block a user