Skip to content

Commit 5d80ef5

Browse files
committed
don't try to test missing library
1 parent bd7d510 commit 5d80ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ to be prepended with "lib" and appended with ".so" (or just appended with
668668
".dll" on Windows), and will be searched for in the paths in the
669669
LD_LIBRARY_PATH (PATH on Windows) environment variable.
670670
671-
=begin code
671+
=begin code :skip-test<don't have library>
672672
use NativeCall;
673673
constant LIBMYSQL = 'mysqlclient';
674674
constant LIBFOO = '/usr/lib/libfoo.so.1';

0 commit comments

Comments
 (0)