File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
end
6
6
{% end % }
7
7
8
- @[Link (ldflags: " `command -v pkg-config > /dev/null && pkg-config --libs libcrypto || printf %s '-lcrypto'`" )]
8
+ @[Link (ldflags: " `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libcrypto || printf %s '-lcrypto'`" )]
9
9
lib LibCrypto
10
10
alias Char = LibC ::Char
11
11
alias Int = LibC ::Int
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require "./lib_crypto"
7
7
end
8
8
{% end % }
9
9
10
- @[Link (ldflags: " `command -v pkg-config > /dev/null && pkg-config --libs libssl || printf %s '-lssl -lcrypto'`" )]
10
+ @[Link (ldflags: " `command -v pkg-config > /dev/null && pkg-config --libs --silence-errors libssl || printf %s '-lssl -lcrypto'`" )]
11
11
lib LibSSL
12
12
alias Int = LibC ::Int
13
13
alias Char = LibC ::Char
You can’t perform that action at this time.
0 commit comments