mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +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
|
||||
default = MAME_DIR .. extlibs[lib][2]
|
||||
else
|
||||
default = "/usr/include/" .. lib
|
||||
default = ""
|
||||
end
|
||||
return ext_best(lib, default, 2)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user