mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
12 lines
337 B
Markdown
12 lines
337 B
Markdown
|
# Patches for prboom-plus on SerenityOS
|
||
|
|
||
|
## `0001-Remove-WAD-data-targets-from-build.patch`
|
||
|
|
||
|
Remove WAD / data targets from build
|
||
|
|
||
|
We're crosscompiling but PRBoom+ still tries to invoke the rdatawad
|
||
|
tool, which we're supposed to get from a different native build.
|
||
|
|
||
|
We download the PRBoom WAD separately, so we remove it from the build.
|
||
|
|