Skip to content

Commit 11f5cf3

Browse files
committed
Change gcc linking path on macOS
1 parent 332aaa6 commit 11f5cf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
runs-on: macos-15
3939
env:
4040
CXX: g++
41+
CFLAGS: "-Wl,-rpath,/opt/homebrew/opt/gcc/lib/gcc/current"
4142
steps:
4243
- name: Checkout code
4344
uses: actions/checkout@v4

0 commit comments

Comments
 (0)