Use system libuuid on macOS (#20608)

This commit is contained in:
Adam J. Stewart
2020-12-30 10:13:34 -06:00
committed by GitHub
parent eca1dd8738
commit 5964cb49d9
3 changed files with 55 additions and 8 deletions

View File

@@ -25,6 +25,8 @@ packages:
- libelf
unwind:
- apple-libunwind
uuid:
- apple-libuuid
apple-libunwind:
buildable: false
externals:
@@ -32,3 +34,10 @@ packages:
# although the version number used here isn't critical
- spec: apple-libunwind@35.3
prefix: /usr
apple-libuuid:
buildable: false
externals:
# Apple bundles libuuid in libsystem_c version 1353.100.2,
# although the version number used here isn't critical
- spec: apple-libuuid@1353.100.2
prefix: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr