mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Move configs to 'configs/' and activate-config.pl should be called from root
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
my $config_h = "../include/polarssl/config.h";
|
||||
my $config_h = "include/polarssl/config.h";
|
||||
|
||||
exit( main() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user