forked from dolphin-emu/dolphin
$(llvm-config --ldflags) was passed to the compiler but it needs to be passed to the linker instead (-L and -l flags).
$(llvm-config --ldflags) was passed to the compiler but it needs to be passed to the linker instead (-L and -l flags).