stefan pushed a commit to branch efl-1.24.

http://git.enlightenment.org/core/efl.git/commit/?id=f5e5eae1d5582795cbbe23b57de6e66fefaf22dd

commit f5e5eae1d5582795cbbe23b57de6e66fefaf22dd
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Mon May 11 17:17:47 2020 +0200

    build: ensure we set ENABLE_LUA_OLD when using a lua interpreter
    
    We missed to actually set the ENABLE_LUA_OLD. Ross run into some
    problems with Lua 5.2 builds and we hope this fixes the issue for him.
    
    Found and fixed by Marcel Hollerbach (only put in the system by me).
    
    Fixes T8705
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index da79ae0ca9..fff821c494 100644
--- a/meson.build
+++ b/meson.build
@@ -267,6 +267,7 @@ luaold_interpreters = [
 lua_pc_name = ''
 
 if get_option('lua-interpreter') == 'lua'
+  config_h.set('ENABLE_LUA_OLD', '1')
   foreach l : luaold_interpreters
     lua = dependency(l[0], version: l[1], required:false)
     lua_pc_name = l[0]

-- 


Reply via email to