mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Get .ini file default path makefile variable back.
This commit is contained in:
parent
9b82b0ec79
commit
2db577c34e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user