Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Mar 5, 2023
1 parent ab2e9f3 commit 4bf6560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/gnu.org/glibc/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ test:
dependencies:
gnu.org/gcc: '*'
script: |
# Putting ourselves in the LD_LIBRARY_PATH breaks literally everything else...
export LD_LIBRARY_PATH=$(echo LD_LIBRARY_PATH | tr ':' '\n' | grep -v {{prefix}} | tr '\n' ':')
test "{{hw.platform}}" = "darwin" && exit 0
case "{{hw.arch}}" in
x86-64) ARCH=x86_64;;
Expand Down

0 comments on commit 4bf6560

Please sign in to comment.