mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
only explicit system include paths (nw)
This commit is contained in:
parent
18d7e34620
commit
00b56f38c8
@ -80,7 +80,7 @@ function ext_includedir(lib)
|
|||||||
-- using bundled, prepend MAME_DIR
|
-- using bundled, prepend MAME_DIR
|
||||||
default = MAME_DIR .. extlibs[lib][2]
|
default = MAME_DIR .. extlibs[lib][2]
|
||||||
else
|
else
|
||||||
default = "/usr/include/" .. lib
|
default = ""
|
||||||
end
|
end
|
||||||
return ext_best(lib, default, 2)
|
return ext_best(lib, default, 2)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user