File 0001-Fix-syntax-error-in-genie-script-file.patch of Package mame
From 7c9ad660db4b26630ccccb90ea9f968bd9f9b219 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de>
Date: Wed, 1 Jun 2022 01:49:04 +0200
Subject: [PATCH] Fix syntax error in genie script file
---
3rdparty/genie/scripts/genie.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua
index de537253..291dd526 100644
--- a/3rdparty/genie/scripts/genie.lua
+++ b/3rdparty/genie/scripts/genie.lua
@@ -78,7 +78,7 @@
linkoptions { "-rdynamic" }
configuration "linux"
- define { "_FILE_OFFSET_BITS=64" }
+ defines { "_FILE_OFFSET_BITS=64" }
configuration "macosx"
targetdir "../bin/darwin"
--
2.36.1