Skip to content

Commit

Permalink
Debug statements to search for missing clang compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
joern274 committed May 15, 2024
1 parent 5d65ebc commit 1649897
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ jobs:
mkdir -p build
cd build
export PATH="/usr/local/opt/qt@5/bin:$PATH"
ls ..
brew ls llvm@14
ls -l /usr/local
ls -l /usr/local/opt
ls -l /usr/local/opt/llvm@14
ls -l /usr/local/opt/llvm@14/bin
ls -l /usr/local/opt/llvm@14/bin/clang
cmake -G Ninja .. -DQt5_DIR=/usr/local/opt/qt@5/lib/cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_ALL_PLUGINS=ON -DBUILD_TESTS=ON -DPL_GUI=ON -DCMAKE_C_COMPILER=/usr/local/opt/llvm@14/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm@14/bin/clang++
env:
LDFLAGS: "-L/usr/local/opt/qt@5/lib -L/usr/local/opt/llvm@14/lib -Wl,-rpath,/usr/local/opt/llvm@14/lib"
Expand Down

0 comments on commit 1649897

Please sign in to comment.