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.
${targetCC.targetPrefix}
1 parent 7fee6ed commit de3471cCopy full SHA for de3471c
compiler/ghc/default.nix
@@ -434,7 +434,7 @@ stdenv.mkDerivation (rec {
434
export STRIP="${bintoolsFor.strip}/bin/${bintoolsFor.strip.targetPrefix}strip"
435
'' + lib.optionalString (stdenv.targetPlatform.linker == "cctools") ''
436
export OTOOL="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}otool"
437
- if [ -f ${targetCC}/bin/install_name_tool ]; then
+ if [ -f ${targetCC}/bin/${targetCC.targetPrefix}install_name_tool ]; then
438
export INSTALL_NAME_TOOL="${targetCC}/bin/${targetCC.targetPrefix}install_name_tool"
439
else
440
export INSTALL_NAME_TOOL="${bintoolsFor.install_name_tool}/bin/${bintoolsFor.install_name_tool.targetPrefix}install_name_tool"
0 commit comments