Move configs to 'configs/' and activate-config.pl should be called from root
This commit is contained in:
parent
0767e67d17
commit
1f69a93ab1
5 changed files with 5 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
use warnings;
|
||||
use strict;
|
||||
|
||||
my $config_h = "../include/polarssl/config.h";
|
||||
my $config_h = "include/polarssl/config.h";
|
||||
|
||||
exit( main() );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue