mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix generate_visualc_files.pl
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -168,7 +168,7 @@ sub gen_app {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub get_app_list {
|
sub get_app_list {
|
||||||
my $app_list = `cd $programs_dir && make list`;
|
my $app_list = `cd $programs_dir && VERBOSE_LOGS=1 make list`;
|
||||||
die "make list failed: $!\n" if $?;
|
die "make list failed: $!\n" if $?;
|
||||||
|
|
||||||
return split /\s+/, $app_list;
|
return split /\s+/, $app_list;
|
||||||
|
Reference in New Issue
Block a user