diff options
| author | nyoroon <[email protected]> | 2026-02-18 20:00:24 +0300 |
|---|---|---|
| committer | nyoroon <[email protected]> | 2026-02-18 21:02:21 +0300 |
| commit | d792f42da85a7179a44803afdad3a3bc237ae00a (patch) | |
| tree | 0acb77fce266e6c13ccfdd4c028b96c79dc7b5ec | |
| parent | 64d130d1514e8c12e827c5b2ed726dc88ac90ca8 (diff) | |
Fix COMPILE_LUA_OPENRESTY
commit_hash:f5c5a2dad686b82751d185071c3407420139f963
| -rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index edbeba14f9a..af36904f70a 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -3653,7 +3653,7 @@ macro _SRC_lua_openresty(SRC, SRCFLAGS...) { ### Compile LUA source file to object code using OpenResty LUA 2.1 ### Optionally override import name which is by default reflects Src name macro COMPILE_LUA_OPENRESTY(Src, NAME="") { - .CMD=$_SRC_lua_openresty($Src, ${pre=-n :NAME}) + .CMD=$_SRC_lua_openresty($Src ${pre=-n :NAME}) } GETTEXT_KEEP_PATH=no |
