Skip to content

Commit a5dd63f

Browse files
committed
don't run pkg-config while testing compilation
1 parent 09fe6e9 commit a5dd63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ to be prepended with C<lib> and appended with C<.so> (or just appended with
748748
C<.dll> on Windows), and will be searched for in the paths in the
749749
C<LD_LIBRARY_PATH> (C<PATH> on Windows) environment variable.
750750

751-
=begin code
751+
=begin code :skip-test<runs pkg-config>
752752
use NativeCall;
753753
constant LIBMYSQL = 'mysqlclient';
754754
constant LIBFOO = '/usr/lib/libfoo.so.1';

0 commit comments

Comments
 (0)