summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/AudioCommon.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2015-07-07 07:49:46 -0400
committercomex <comexk@gmail.com>2015-08-08 22:50:57 -0400
commit1515497ab88dc2452ed0db20a4610663cd04ff21 (patch)
tree8f943605eedc9a110eab2a1f73772343bfd3e7c8 /Source/Core/AudioCommon/AudioCommon.cpp
parenta488ab7a7090f8e2669a42319519ea482f52accb (diff)
Make the LLVM detect script verify that the dynamic library actually exists.
For some dumb reason, llvm-config doesn't provide the flags to link against the dynamic library copy of LLVM (as opposed to static), so the script has to guess the library name. However, in some installations (such as mine), there is no dynamic copy, which caused Dolphin to fail to link. Change the script to do a link test. If it fails, one option would be to fall back on static linking, but I just have it fail to detect LLVM, because statically linking Dolphin against LLVM is really not a great idea - huge binary, long link time.
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
0 files changed, 0 insertions, 0 deletions