mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 15:22:11 -04:00
Fix generate_visualc_files.pl
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
422f9bcea0
commit
e264a7dcd1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user