diff options
| author | 2026-02-23 06:43:45 +1100 | |
|---|---|---|
| committer | 2026-02-23 06:43:45 +1100 | |
| commit | e652d07737a025851797c07f2dc0e8581a174285 (patch) | |
| tree | 4a67bfd4aeb2a7b8cc4e628829acce2512946035 /scripts | |
| parent | 8afc831e0b47e70253df4b18e7b85e72097a81c5 (diff) | |
Hopefully fix testkeys building with SDL3.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/tools.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index 32e3537443d..5fba6c38c37 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -784,6 +784,12 @@ if (_OPTIONS["osd"] == "sdl") or (_OPTIONS["osd"] == "sdl3") then targetdir(MAME_DIR) end + if _OPTIONS["osd"] == "sdl3" then + defines { + "SDLMAME_SDL3", + } + end + links { "utils", "ocore_" .. _OPTIONS["osd"], |
