mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 23:02:59 +02:00
Fixes a cmake detection problem when compiling with clang (3.7.0 in my case). clang outputs the error "Invalid argument '-std=c++11' not allowed with 'C/ObjC'", which causes lzma, Xext and other things to be considered "not found".