Skip to content

Commit b3d06b7

Browse files
rrykCommit Bot
authored andcommitted
[tools] Add dylib files into the list of libraries on Mac
[email protected] Bug: v8:5918 Change-Id: I6fc16e3c6415246072b7626bdfd13ea0b7ce2dc2 Reviewed-on: https://chromium-review.googlesource.com/1189983 Reviewed-by: Sergiy Byelozyorov <[email protected]> Commit-Queue: Sergiy Byelozyorov <[email protected]> Cr-Commit-Position: refs/heads/master@{#55428}
1 parent 3727b26 commit b3d06b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/release/filter_build_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
LIBRARY_FILES = {
3636
'android': ['*.a', '*.so'],
3737
'linux': ['*.a', '*.so'],
38-
'mac': ['*.a', '*.so'],
38+
'mac': ['*.a', '*.so', '*.dylib'],
3939
'win': ['*.lib', '*.dll'],
4040
}
4141

0 commit comments

Comments
 (0)