From 2db577c34e3f54b1c11cc1162d22d7db3287d906 Mon Sep 17 00:00:00 2001 From: Cesare Falco Date: Tue, 5 Jan 2016 12:01:50 +0100 Subject: [PATCH] Get .ini file default path makefile variable back. --- scripts/src/osd/sdl_cfg.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/src/osd/sdl_cfg.lua b/scripts/src/osd/sdl_cfg.lua index adcc67dccde..2dc1a7e465a 100644 --- a/scripts/src/osd/sdl_cfg.lua +++ b/scripts/src/osd/sdl_cfg.lua @@ -18,6 +18,11 @@ if _OPTIONS["NO_OPENGL"]~="1" and _OPTIONS["USE_DISPATCH_GL"]~="1" and _OPTIONS[ } end +if _OPTIONS["SDL_INI_PATH"]~=nil then + defines { + "'INI_PATH=\"" .. _OPTIONS["SDL_INI_PATH"] .. "\"'", + } +end if _OPTIONS["NO_X11"]=="1" then defines {