summarylogtreecommitdiffstats
path: root/0001-cmake-remove-fixed-setting-of-LUA_COMPILER-to-luac5..patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-cmake-remove-fixed-setting-of-LUA_COMPILER-to-luac5..patch')
-rw-r--r--0001-cmake-remove-fixed-setting-of-LUA_COMPILER-to-luac5..patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-cmake-remove-fixed-setting-of-LUA_COMPILER-to-luac5..patch b/0001-cmake-remove-fixed-setting-of-LUA_COMPILER-to-luac5..patch
deleted file mode 100644
index 11bc5d30861d..000000000000
--- a/0001-cmake-remove-fixed-setting-of-LUA_COMPILER-to-luac5..patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From f1d2bdfebc1ed18dfab2fd58659c337395c31199 Mon Sep 17 00:00:00 2001
-From: Noel Kuntze <noel.kuntze@thermi.consulting>
-Date: Sun, 10 Jul 2022 18:07:08 +0200
-Subject: [PATCH 1/2] cmake: remove fixed setting of LUA_COMPILER to luac5.3
-
----
- cmake/FindLua.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/FindLua.cmake b/cmake/FindLua.cmake
-index 6628209..53333f3 100644
---- a/cmake/FindLua.cmake
-+++ b/cmake/FindLua.cmake
-@@ -54,7 +54,7 @@ FIND_PROGRAM(LUA_EXECUTABLE
-
- # Find the lua executable
- FIND_PROGRAM(LUA_COMPILER
-- NAMES luac5.3 ${_POSSIBLE_LUA_COMPILER}
-+ NAMES ${_POSSIBLE_LUA_COMPILER}
- )
-
- # Find the lua header
---
-2.37.0
-