only explicit system include paths (nw)

This commit is contained in:
Jeffrey Clark 2016-03-28 22:57:13 -05:00
parent 18d7e34620
commit 00b56f38c8

View File

@ -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