mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
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:
@ -38,7 +38,7 @@ EOT
|
||||
|
||||
if ($include_crypto) {
|
||||
$include_directories = <<EOT;
|
||||
../../crypto/include;../../include\r
|
||||
../../include;../../crypto/include\r
|
||||
EOT
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user