mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Adapt script and instructions for alt config.h
This commit is contained in:
committed by
Paul Bakker
parent
cef4ad2509
commit
0bc1f23dfd
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user