Generating visualc files - let Mbed TLS take precedence over crypto
Change the order of include directories so that Mbed TLS is first.
This commit is contained in:
parent
4a71cfa39f
commit
9f3d39d733
50 changed files with 197 additions and 197 deletions
|
@ -38,7 +38,7 @@ EOT
|
|||
|
||||
if ($include_crypto) {
|
||||
$include_directories = <<EOT;
|
||||
../../crypto/include;../../include\r
|
||||
../../include;../../crypto/include\r
|
||||
EOT
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue