We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
Scan the well-known system locations looking for a library file.
p = os.findlib("libname" [, additionalpaths])
libname is name of the library to locate. It may be specified with (libX11.so) or without (X11) system-specific decorations.
libname
additionalpaths is a string or a table of one or more additional search path
additionalpaths
The path containing the library file, if found. Otherwise, nil.
Premake 4.0 or later.