Skip to content

Commit

Permalink
api sdk_version (#3751)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Jun 4, 2024
1 parent 48e5ed7 commit 44384c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/config_files/profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ the associated runtime, you can use:
- **`detect_clang_compiler(compiler_exe="clang")`**: Return the tuple ('clang'|'apple-clang', version, executable) for ``clang`` or ``apple-clang``.
- **`detect_msvc_compiler()`**: Detect the compiler ('msvc', version, None) default version of the latest VS IDE installed
- **`detect_cl_compiler(compiler_exe="cl")`**: Detect the compiler ('msvc', version, executable) for the ``cl.exe`` compiler
- **`detect_sdk_version(sdk)`**: Detect the Apple SDK version (``None`` for non Apple platforms), for the given ``sdk``. Equivalent to ``xcrun -sdk {sdk} --show-sdk-version``

.. _reference_config_files_profile_patterns:
Expand Down

0 comments on commit 44384c2

Please sign in to comment.