summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/mozart/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/mozart/builder.sh')
-rw-r--r--pkgs/development/compilers/mozart/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/mozart/builder.sh b/pkgs/development/compilers/mozart/builder.sh
index 58fe9a8effea..75914121611d 100644
--- a/pkgs/development/compilers/mozart/builder.sh
+++ b/pkgs/development/compilers/mozart/builder.sh
@@ -14,7 +14,7 @@ patchShebangs $out
for f in $out/bin/*; do
b=$(basename $f)
if [ $b == "ozemulator" ] || [ $b == "ozwish" ]; then
- patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
+ patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath $libPath \
$f
continue;