mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed
This commit is contained in:
commit
0ed632f445
5 changed files with 20 additions and 11 deletions
|
|
@ -41,6 +41,7 @@ die "$0: no test suite found\n" unless @suites;
|
|||
|
||||
# in case test suites are linked dynamically
|
||||
$ENV{'LD_LIBRARY_PATH'} = '../library';
|
||||
$ENV{'DYLD_LIBRARY_PATH'} = '../library';
|
||||
|
||||
my $prefix = $^O eq "MSWin32" ? '' : './';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue