[tools] Add dylib files into the list of libraries on Mac

TBR=machenbach@chromium.org

Bug: v8:5918
Change-Id: I6fc16e3c6415246072b7626bdfd13ea0b7ce2dc2
Reviewed-on: https://chromium-review.googlesource.com/1189983
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55428}
This commit is contained in:
Sergiy Byelozyorov 2018-08-27 13:53:58 +02:00 committed by Commit Bot
parent 3727b26570
commit b3d06b7ef8

View File

@ -35,7 +35,7 @@ SUPPLEMENTARY_FILES = [
LIBRARY_FILES = { LIBRARY_FILES = {
'android': ['*.a', '*.so'], 'android': ['*.a', '*.so'],
'linux': ['*.a', '*.so'], 'linux': ['*.a', '*.so'],
'mac': ['*.a', '*.so'], 'mac': ['*.a', '*.so', '*.dylib'],
'win': ['*.lib', '*.dll'], 'win': ['*.lib', '*.dll'],
} }