mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Added missing arm excludes.
This commit is contained in:
parent
c2df89fbf3
commit
5496aba92c
@ -37,7 +37,9 @@ const validLibraries = mac
|
|||||||
'/usr/lib/libz.1.dylib',
|
'/usr/lib/libz.1.dylib',
|
||||||
])
|
])
|
||||||
: new Set([
|
: new Set([
|
||||||
|
'/lib/ld-linux-armhf.so.3',
|
||||||
'/lib64/ld-linux-x86-64.so.2',
|
'/lib64/ld-linux-x86-64.so.2',
|
||||||
|
'/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so',
|
||||||
'libc.so.6',
|
'libc.so.6',
|
||||||
'libdl.so.2',
|
'libdl.so.2',
|
||||||
'libgcc_s.so.1',
|
'libgcc_s.so.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user