Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[[ Bug ]] Add lib prefix to libraries if they don't have it #6348
Conversation
This patch ensures all libraries use the `lib` prefix which appears to be expected by `System.loadLibrary()`.
|
@livecode-vulcan review ok 4dca091 |
|
|
[[ Bug ]] Add lib prefix to libraries if they don't have it This patch ensures all libraries use the `lib` prefix which appears to be expected by `System.loadLibrary()`.
|
9129593
into
livecode:develop
This patch ensures all libraries use the
libprefix which appearsto be expected by
System.loadLibrary().