mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-11-24 08:17:19 +00:00
Add missing include path to visual C script
We need to include from both tests/include and framework/tests/include. Update scripts/generate_visualc_files.pl to re-add tests/include, which had previously been replaced with framework/tests/include. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
36c819ccc9
commit
a244687b9d
@ -55,6 +55,7 @@ my @include_directories = qw(
|
||||
tf-psa-crypto/drivers/everest/include/everest
|
||||
tf-psa-crypto/drivers/everest/include/everest/vs2013
|
||||
tf-psa-crypto/drivers/everest/include/everest/kremlib
|
||||
tests/include
|
||||
framework/tests/include
|
||||
);
|
||||
my $include_directories = join(';', map {"../../$_"} @include_directories);
|
||||
|
Loading…
Reference in New Issue
Block a user