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:
Andrzej Kurek 2019-05-07 07:28:30 -04:00
parent 4a71cfa39f
commit 9f3d39d733
50 changed files with 197 additions and 197 deletions

View file

@ -38,7 +38,7 @@ EOT
if ($include_crypto) {
$include_directories = <<EOT;
../../crypto/include;../../include\r
../../include;../../crypto/include\r
EOT
}