diff options
Diffstat (limited to 'sources/pyside6/doc/building_from_source/macOS.rst')
| -rw-r--r-- | sources/pyside6/doc/building_from_source/macOS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/doc/building_from_source/macOS.rst b/sources/pyside6/doc/building_from_source/macOS.rst index 67a3d48ed..0e10d6cfe 100644 --- a/sources/pyside6/doc/building_from_source/macOS.rst +++ b/sources/pyside6/doc/building_from_source/macOS.rst @@ -45,12 +45,12 @@ Setting up CLANG If you don't have `libclang` already in your system, you can download from the Qt servers:: - wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_18.1.5-based-macos-universal.7z + wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_20.1.3-based-macos-universal.7z Extract the files, and leave it in any desired path, and set the environment variable required:: - 7z x libclang-release_18.1.5-based-macos-universal.7z + 7z x libclang-release_20.1.3-based-macos-universal.7z export LLVM_INSTALL_DIR=$PWD/libclang Getting PySide |
