forked from quickshell/quickshell
io/process: hack around moc parse error
MOC default include paths contain macros that cause name collisions
This commit is contained in:
parent
9534778a78
commit
c5bea858a0
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
|
|
||||||
#include "datastream.hpp"
|
#include "datastream.hpp"
|
||||||
|
|
||||||
|
// Needed when compiling with clang musl-libc++.
|
||||||
|
// Default include paths contain macros that cause name collisions.
|
||||||
|
#undef stdout
|
||||||
|
#undef stderr
|
||||||
|
|
||||||
///! Child process.
|
///! Child process.
|
||||||
/// #### Example
|
/// #### Example
|
||||||
/// ```qml
|
/// ```qml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue