File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9898 cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
9999 env :
100100 CC : /opt/homebrew/opt/llvm/bin/clang
101- LLVM_DIR : /opt/homebrew/opt/llvm@20
101+ LLVM_DIR : /opt/homebrew/opt/llvm
102102 zstd_DIR : /usr/local/opt/zstd
103103 CFLAGS : -static-libstdc++
104104 CXXFLAGS : -static-libstdc++
@@ -110,6 +110,8 @@ jobs:
110110 env :
111111 LLVM_DIR : /home/linuxbrew/.linuxbrew/opt/llvm@20
112112 zstd_DIR : /home/linuxbrew/.linuxbrew/opt/zstd
113+ LDFLAGS="-L/home/linuxbrew/.linuxbrew/opt/llvm@20/lib"
114+ CPPFLAGS="-I/home/linuxbrew/.linuxbrew/opt/llvm@20/include"
113115 - name : Build (Windows)
114116 if : ${{ matrix.os == 'windows-latest' }}
115117 shell : msys2 {0}
You can’t perform that action at this time.
0 commit comments