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.
1 parent 768ead0 commit 3d9e6c4Copy full SHA for 3d9e6c4
libcxx/utils/libcxx/test/config.py
@@ -1043,7 +1043,7 @@ def configure_substitutions(self):
1043
if self.target_info.is_darwin():
1044
# Do not pass DYLD_LIBRARY_PATH to the compiler, linker, etc. as
1045
# these tools are not meant to exercise the just-built libraries.
1046
- tool_env += 'DYLD_LIBRARY_PATH="" '
+ tool_env += 'env DYLD_LIBRARY_PATH="" '
1047
1048
sub = self.config.substitutions
1049
cxx_path = tool_env + pipes.quote(self.cxx.path)
0 commit comments