mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 21:39:54 +00:00
Add notice of caching whether the compiler is MSVC
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
24c29fe7c3
commit
0671dd3107
@ -115,6 +115,9 @@ def get_c_expression_values(
|
||||
to ``cc``. If ``CC`` looks like MSVC, use its command line syntax,
|
||||
otherwise assume the compiler supports Unix traditional ``-I`` and ``-o``.
|
||||
|
||||
NOTE: This function only checks the identity of the compiler referred to by
|
||||
``CC`` on its first invocation, and caches the result.
|
||||
|
||||
Return the list of values of the ``expressions``.
|
||||
"""
|
||||
if include_path is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user