1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00

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.
This commit is contained in:
Tim Ledbetter 2023-08-06 10:26:59 +01:00 committed by Jelle Raaijmakers
parent ddbe6bd7b4
commit 87bf5045e4
2 changed files with 14 additions and 3 deletions

View file

@ -6,6 +6,7 @@ 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`