Change default elf provider on macOS (#7939)

This commit is contained in:
Adam J. Stewart 2018-05-05 17:27:13 -05:00 committed by GitHub
parent 5af4d4f0ac
commit 8d681925b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,5 @@
packages:
all:
compiler: [clang, gcc, intel]
providers:
elf: [libelf]