mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
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
Block a user