-
-
Notifications
You must be signed in to change notification settings - Fork 617
os.findlib
Jason Perkins edited this page May 18, 2015
·
4 revisions
Scan the well-known system locations looking for a library file.
p = os.findlib("libname")
libname is name of the library to locate. It may be specified with (libX11.so) or without (X11) system-specific decorations.
The path containing the library file, if found. Otherwise, nil.
Premake 4.0 or later.