mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Move configs to 'configs/' and activate-config.pl should be called from root
This commit is contained in:
@@ -49,7 +49,7 @@ while( my ($conf, $args) = each %configs ) {
|
||||
print "* Testing configuration: $conf\n";
|
||||
print "******************************************\n";
|
||||
|
||||
system( "cd scripts && ./activate-config.pl data_files/$conf" )
|
||||
system( "scripts/activate-config.pl configs/$conf" )
|
||||
and abort "Failed to activate $conf\n";
|
||||
|
||||
system( "make" ) and abort "Failed to build: $conf\n";
|
||||
|
||||
Reference in New Issue
Block a user