From e8d50abb9545eb703ca9c483583115490e275317 Mon Sep 17 00:00:00 2001 From: Max Logaev Date: Fri, 28 Mar 2025 18:21:54 +0300 Subject: [PATCH] Eolite: Fixed build --- programs/cmm/eolite/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cmm/eolite/Tupfile.lua b/programs/cmm/eolite/Tupfile.lua index 7b80b5f8a..36ffaeb4c 100644 --- a/programs/cmm/eolite/Tupfile.lua +++ b/programs/cmm/eolite/Tupfile.lua @@ -5,4 +5,4 @@ then C_LANG = "LANG_RUS" else C_LANG = "LANG_ENG" -- this includes default case without config end -tup.rule("Eolite.c", "c-- /D=$(C_LANG) %f" .. tup.getconfig("KPACK_CMD"), "Eolite.com") \ No newline at end of file +tup.rule("Eolite.c", "c-- /D=$(C_LANG) /OPATH=%o %f" .. tup.getconfig("KPACK_CMD"), "Eolite.com")