1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00
serenity/Ports/nesalizer/patches/ReadMe.md
Tim Ledbetter 87bf5045e4 Ports/nesalizer: Add SDL2 header include path to Makefile
Previously, we were relying on the host's SDL2 headers. If none were
present the build would fail.
2023-08-06 22:06:49 +02:00

15 lines
281 B
Markdown

# Patches for nesalizer on SerenityOS
## `0001-Add-Serenity-to-Makefile.patch`
Add Serenity to Makefile
- Add `-lSDL2 -lgui -lipc -lgfx -lcore -lpthread -lregex`
- Disable RTTI
- Add SDL2 include path to compile flags
## `0002-Disable-backtracing.patch`
Disable backtracing