Main branch build breaks #13358
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
You have to clear out the old .cpp and .hpp files from |
Beta Was this translation helpful? Give feedback.
-
|
FYI you can delete all files marked as ignored by git clean -fXor to also delete untracked files and folders that are not git clean -ffdxThis is safer than just |
Beta Was this translation helpful? Give feedback.
You have to clear out the old .cpp and .hpp files from
hyprctl/hw-protocolsWhy we generate .cpp and .hpp files in the source dir instead of the build dir is beyond me. But hey, here we are.