Skip to content

Commit

Permalink
Also set DYLD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Sep 24, 2024
1 parent cef95c7 commit 0085af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: build conda package
env:
LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime
DYLD_LIBRARY_PATH: ${{ github.workspace }}/../sbcl/src/runtime
run: |
source ~/.bash_profile
conda build recipe --output-folder conda-bld
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ source:
build:
script_env:
- LIBRARY_PATH
- DYLD_LIBRARY_PATH # [osx]

requirements:
build:
Expand Down

0 comments on commit 0085af8

Please sign in to comment.