mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Adapt script and instructions for alt config.h
This commit is contained in:
parent
cef4ad2509
commit
0bc1f23dfd
6 changed files with 59 additions and 77 deletions
|
|
@ -49,7 +49,7 @@ while( my ($conf, $args) = each %configs ) {
|
|||
print "* Testing configuration: $conf\n";
|
||||
print "******************************************\n";
|
||||
|
||||
system( "scripts/activate-config.pl configs/$conf" )
|
||||
system( "cp configs/$conf $config_h" )
|
||||
and abort "Failed to activate $conf\n";
|
||||
|
||||
system( "make" ) and abort "Failed to build: $conf\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue