mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 22:45:22 +00:00
Merge pull request #783 from sbutcher-arm/1.3-curves.pl-fix
Fix curves.pl script to build
This commit is contained in:
commit
27417426ae
|
@ -34,7 +34,7 @@ for my $curve (@curves) {
|
||||||
system( "scripts/config.pl unset $curve" )
|
system( "scripts/config.pl unset $curve" )
|
||||||
and abort "Failed to disable $curve\n";
|
and abort "Failed to disable $curve\n";
|
||||||
|
|
||||||
system( "make polarssl" ) and abort "Failed to build lib: $curve\n";
|
system( "make lib" ) and abort "Failed to build lib: $curve\n";
|
||||||
system( "cd tests && make" ) and abort "Failed to build tests: $curve\n";
|
system( "cd tests && make" ) and abort "Failed to build tests: $curve\n";
|
||||||
system( "make $test" ) and abort "Failed test suite: $curve\n";
|
system( "make $test" ) and abort "Failed test suite: $curve\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue