Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
394 B
Diff
14 lines
394 B
Diff
diff --git a/SConstruct b/SConstruct
|
|
index 4358a23..6ce7776 100644
|
|
--- a/SConstruct
|
|
+++ b/SConstruct
|
|
@@ -155,6 +155,8 @@ if sys.platform == 'win32':
|
|
env = Environment(variables=opts,
|
|
tools=('default', 'textfile',),
|
|
CPPPATH=['.', ],
|
|
+ AR=os.environ['AR'],
|
|
+ ENV=os.environ,
|
|
)
|
|
|
|
env.Append(BUILDERS = {
|