mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 07:16:28 +00:00
Rename include directory to mbedtls
This commit is contained in:
@@ -42,7 +42,7 @@ if ($#ARGV >= 0) {
|
||||
|
||||
my $test = system( "grep -i cmake Makefile >/dev/null" ) ? 'check' : 'test';
|
||||
|
||||
my $config_h = 'include/polarssl/config.h';
|
||||
my $config_h = 'include/mbedtls/config.h';
|
||||
|
||||
system( "cp $config_h $config_h.bak" ) and die;
|
||||
sub abort {
|
||||
|
||||
Reference in New Issue
Block a user