summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2016-01-06 11:12:46 -0500
committer R. Belmont <rb6502@users.noreply.github.com>2016-01-06 11:12:46 -0500
commitf6d942b7b38fc4aa39cb2a662512155c8d006b6f (patch)
treed77db9bafba0c03d3595f8d46ae0eca4845ac2eb /scripts
parent8c2a20c8b35bcd98156b84a777942ba857309848 (diff)
parent2db577c34e3f54b1c11cc1162d22d7db3287d906 (diff)
Merge pull request #549 from wallyweek/wallyweek
Get .ini file default path makefile variable back.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/osd/sdl_cfg.lua5
1 files changed, 5 insertions, 0 deletions
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 {