Skip to content

Commit 4d6a1cf

Browse files
committed
Take two at fixing WASI config.site usage
1 parent 676f2e3 commit 4d6a1cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

master/custom/factories.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,9 @@ def setup(self, parallel, branch, test_with_PTY=False, **kwargs):
893893
warnOnFailure=True,
894894
)
895895
)
896-
self.host_configure_cmd.append(util.Interpolate("CONFIG_SITE=%(prop:config_site)s"))
896+
self.compile_environ.update(
897+
CONFIG_SITE=util.Interpolate("%(prop:config_site)s")
898+
)
897899
self.addStep(
898900
ShellCommand(
899901
name="Touch srcdir Modules/Setup.local",

0 commit comments

Comments
 (0)