Skip to content

Commit 06cde49

Browse files
committed
boost
1 parent 8c40b14 commit 06cde49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/macosx.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
- name: make
1515
run: |
1616
brew install boost@1.76 htslib
17-
make CXXFLAGS='-I/opt/homebrew/opt/boost@1.76/include -I/opt/homebrew/opt/htslib/include' LDFLAGS='-L/opt/homebrew/opt/boost@1.76/lib -L/opt/homebrew/opt/htslib/lib'
17+
export CXXFLAGS='-I/opt/homebrew/opt/boost@1.76/include -I/opt/homebrew/opt/htslib/include'
18+
export LDFLAGS='-L/opt/homebrew/opt/boost@1.76/lib -L/opt/homebrew/opt/htslib/lib'
19+
make

0 commit comments

Comments
 (0)