mirror of https://github.com/cemu-project/Cemu.git
Update precompiled.h
This commit is contained in:
parent
3b2cab2cf4
commit
3d6d9341f6
|
@ -1,3 +1,5 @@
|
|||
//Temporary Workaround for static_assert related errors in libstdc++12
|
||||
//TODO: Make a proper fix
|
||||
#ifdef __clang__
|
||||
#define static_assert(...) static_assert(true, "")
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue