Fix build on macos.

This commit is contained in:
Roman Telezhynskyi 2024-07-07 20:09:13 +03:00
parent 2f86684d24
commit 24fc530899

View file

@ -623,7 +623,7 @@ for:
- mkdir ~/.venv
- python3 -m venv ~/.venv
- source ~/.venv/bin/activate
- pip3 install --user --upgrade pip dropbox py7zr 'urllib3<2.0' conan==1.63.0 requests
- pip3 install --upgrade pip dropbox py7zr 'urllib3<2.0' conan==1.63.0 requests
- export QTDIR=$(brew --prefix qt6)
- export PATH="$PATH:`python3 -m site --user-base`/bin:$QTDIR/bin"
- echo $PATH
@ -828,7 +828,7 @@ for:
- python3 -m venv ~/.venv
- source ~/.venv/bin/activate
- sudo python3 -m pip install --upgrade pip
- pip3 install --user --upgrade pip dropbox py7zr 'urllib3<2.0' conan==1.63.0 requests
- pip3 install --upgrade pip dropbox py7zr 'urllib3<2.0' conan==1.63.0 requests
- export PATH="`brew --prefix qbs`/bin:$PATH"
- echo $PATH
- clang --version