Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Libs ¶
func (*Libs) GenDylibPaths ¶
searches for each library name in the provided paths and default paths, appending the appropriate file extension (.dylib for macOS, .so for Linux).
Example: For "-L/opt/homebrew/lib -llua -lm": - It will search for liblua.dylib (on macOS) or liblua.so (on Linux) - System libs like -lm are ignored and included in notFound
So error is returned if no libraries found at all.
Click to show internal directories.
Click to hide internal directories.