summarylogtreecommitdiffstats
path: root/mingw-config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-config.toml')
-rw-r--r--mingw-config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-config.toml b/mingw-config.toml
index a17ec788075a..e1ffac1cfaf2 100644
--- a/mingw-config.toml
+++ b/mingw-config.toml
@@ -292,7 +292,7 @@ channel = "stable"
# platforms to ensure that the compiler is usable by default from the build
# directory (as it links to a number of dynamic libraries). This may not be
# desired in distributions, for example.
-rpath = false
+rpath = true
# Suppresses extraneous output from tests to ensure the output of the test
# harness is relatively clean.