We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7782d4b + a14978a commit cc02e9aCopy full SHA for cc02e9a
utils/build-windows.bat
@@ -50,6 +50,15 @@ subst T: %full_build_root% %exitOnError%
50
set build_root=T:
51
set install_directory=%build_root%\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr
52
53
+md %build_root%\tmp
54
+set TMPDIR=%build_root%\tmp
55
+
56
+md %build_root%\tmp\org.llvm.clang
57
+set CUSTOM_CLANG_MODULE_CACHE=%build_root%\tmp\org.llvm.clang.9999
58
59
+md %build_root%\tmp\org.swift.package-manager
60
+set SWIFTPM_MODULECACHE_OVERRIDE=%build_root%\tmp\org.swift.package-manager
61
62
call :clone_repositories %exitOnError%
63
call :download_icu %exitOnError%
64
:: TODO: Disabled until we need LLBuild/SwiftPM in this build script.
0 commit comments