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.
1 parent bd7d510 commit 5d80ef5Copy full SHA for 5d80ef5
doc/Language/nativecall.pod6
@@ -668,7 +668,7 @@ to be prepended with "lib" and appended with ".so" (or just appended with
668
".dll" on Windows), and will be searched for in the paths in the
669
LD_LIBRARY_PATH (PATH on Windows) environment variable.
670
671
-=begin code
+=begin code :skip-test<don't have library>
672
use NativeCall;
673
constant LIBMYSQL = 'mysqlclient';
674
constant LIBFOO = '/usr/lib/libfoo.so.1';
0 commit comments