We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec238d commit 555fddfCopy full SHA for 555fddf
contrib/guix/libexec/build.sh
@@ -133,18 +133,7 @@ for p in "${PATHS[@]}"; do
133
done
134
135
# Disable Guix ld auto-rpath behavior
136
-case "$HOST" in
137
- *darwin*)
138
- # The auto-rpath behavior is necessary for darwin builds as some native
139
- # tools built by depends refer to and depend on Guix-built native
140
- # libraries
141
- #
142
- # After the native packages in depends are built, the ld wrapper should
143
- # no longer affect our build, as clang would instead reach for
144
- # x86_64-apple-darwin-ld from cctools
145
- ;;
146
- *) export GUIX_LD_WRAPPER_DISABLE_RPATH=yes ;;
147
-esac
+export GUIX_LD_WRAPPER_DISABLE_RPATH=yes
148
149
# Make /usr/bin if it doesn't exist
150
[ -e /usr/bin ] || mkdir -p /usr/bin
0 commit comments