diff options
author | Laurent Chardon <laurent.chardon@gmail.com> | 2025-10-08 08:14:55 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-08 08:17:47 +0000 |
commit | 048bbd9df99ab5b578d922fb9cf3ce9c9f39281d (patch) | |
tree | d82583d02d42b5db2af5bcc015f62b977753c6c7 /emulators/mame/files/patch-scripts_src_main.lua | |
parent | 638d4a789fc23e62f0a32b84e5d1a5529dbd1d02 (diff) |
Diffstat (limited to 'emulators/mame/files/patch-scripts_src_main.lua')
-rw-r--r-- | emulators/mame/files/patch-scripts_src_main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame/files/patch-scripts_src_main.lua b/emulators/mame/files/patch-scripts_src_main.lua index 391ffc7f10fb..0bb6d887d409 100644 --- a/emulators/mame/files/patch-scripts_src_main.lua +++ b/emulators/mame/files/patch-scripts_src_main.lua @@ -1,8 +1,8 @@ Remove suffixes from mame binary for debug/profile builds. ---- scripts/src/main.lua.orig 2023-11-14 03:17:20 UTC +--- scripts/src/main.lua.orig 2025-09-24 14:56:11 UTC +++ scripts/src/main.lua -@@ -58,13 +58,13 @@ end +@@ -71,13 +71,13 @@ end configuration { "Release" } targetsuffix "" if _OPTIONS["PROFILE"] then |