Skip to content

Commit 32dac8b

Browse files
authored
Merge pull request swiftlang#34797 from drodriguez/windows-temp-tmp-and-tmpdir
[windows] Set TMP and TEMP, as well as TMPDIR.
2 parents f82d297 + b66b112 commit 32dac8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-windows.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ set install_directory=%build_root%\Library\Developer\Toolchains\unknown-Asserts-
5555

5656
md %build_root%\tmp
5757
set TMPDIR=%build_root%\tmp
58+
set TMP=%build_root%\tmp
59+
set TEMP=%build_root%\tmp
5860

5961
md %build_root%\tmp\org.llvm.clang.9999
6062
set CUSTOM_CLANG_MODULE_CACHE=%build_root%\tmp\org.llvm.clang.9999

0 commit comments

Comments
 (0)