diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/utilities.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index 532c09096..da5ff3abb 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -353,6 +353,7 @@ sub translate_functions($$) while ($line =~ /rpath\("(.+?)"\)/) { my $replace = make_rpath($1,$module); + $replace = "" if ($^O =~ /darwin/i); $line =~ s/rpath\("(.+?)"\)/$replace/; } }; |