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 09fe6e9 commit a5dd63fCopy full SHA for a5dd63f
doc/Language/nativecall.rakudoc
@@ -748,7 +748,7 @@ to be prepended with C<lib> and appended with C<.so> (or just appended with
748
C<.dll> on Windows), and will be searched for in the paths in the
749
C<LD_LIBRARY_PATH> (C<PATH> on Windows) environment variable.
750
751
-=begin code
+=begin code :skip-test<runs pkg-config>
752
use NativeCall;
753
constant LIBMYSQL = 'mysqlclient';
754
constant LIBFOO = '/usr/lib/libfoo.so.1';
0 commit comments