Initial work on the system font resolver.

This commit is contained in:
Martín Lucas Golini
2026-05-13 17:32:39 -03:00
parent 4b58b2f61b
commit 828adf581d
22 changed files with 2698 additions and 36 deletions

View File

@@ -172,7 +172,7 @@
"eepp-linux": {
"build": [
{
"args": "--disable-static-build --with-mold-linker --with-debug-symbols --address-sanitizer --with-backend=SDL3 gmake",
"args": "--disable-static-build --with-mold-linker --with-debug-symbols --address-sanitizer gmake",
"command": "premake4",
"working_dir": "${project_root}"
},