Merge pull request #2816 from xmcclure/profile-clean-0
[mono.git] / mono / profiler / ptestrunner.pl
index 2113c25135f27c8e49cc8fc81588968c34d601f4..5215621c2fdf7f22e669d26a39579b1dcc3e319e 100755 (executable)
@@ -15,8 +15,7 @@ my $minibuilddir = $builddir . "/mono/mini";
 
 # Setup the execution environment
 # for the profiler module
-append_path ("LD_LIBRARY_PATH", $profbuilddir . "/.libs");
-append_path ("DYLD_LIBRARY_PATH", $profbuilddir . "/.libs");
+append_path ("MONO_PROFILER_LIB_DIR", $profbuilddir . "/.libs");
 append_path ("DYLD_LIBRARY_PATH", $minibuilddir . "/.libs");
 # for mprof-report
 append_path ("PATH", $profbuilddir);