mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03: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