lets try the ldflags and cppflags

This commit is contained in:
ConfiG 2024-06-27 22:40:40 +03:00 committed by GitHub
parent 6117ab36b3
commit 2eca9dea9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,6 +184,8 @@ jobs:
${{ steps.build-debug-info.outputs.extra-configure }}
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
LDFLAGS: -L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++
CPPFLAGS: -I/opt/homebrew/opt/llvm/include
- name: Build
run: |
@ -191,6 +193,8 @@ jobs:
${{ steps.build-debug-info.outputs.extra-build }}
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
LDFLAGS: -L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++
CPPFLAGS: -I/opt/homebrew/opt/llvm/include
- name: Upload Artifacts
uses: actions/upload-artifact@v4