Skip to content

Commit bc2e7d9

Browse files
authored
Merge pull request #864 from owenv/owenv/mwfix
2 parents 581c3fe + 667de23 commit bc2e7d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
Type = Compiler;
1818
BasedOn = "default:com.apple.compilers.llvm.clang.1_0";
1919
EnvironmentVariables = {
20-
"TEMP" = "$(CACHE_ROOT:default=$(OBJROOT))";
21-
"TMP" = "$(CACHE_ROOT:default=$(OBJROOT))";
20+
"TEMP" = "$(OBJROOT)";
21+
"TMP" = "$(OBJROOT)";
2222
};
2323
Name = "Apple LLVM Windows";
2424
Description = "Apple LLVM Windows compiler";

Tests/SWBBuildSystemTests/ClangExplicitModulesTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ fileprivate struct ClangExplicitModulesTests: CoreBasedTests {
13971397
buildConfigurations: [TestBuildConfiguration(
13981398
"Debug",
13991399
buildSettings: [
1400+
"OBJROOT": tmpDir.join("objroot").str,
14001401
"PRODUCT_NAME": "$(TARGET_NAME)",
14011402
"CLANG_ENABLE_MODULES": "YES",
14021403
"_EXPERIMENTAL_CLANG_EXPLICIT_MODULES": "YES",
@@ -1419,6 +1420,7 @@ fileprivate struct ClangExplicitModulesTests: CoreBasedTests {
14191420
buildConfigurations: [TestBuildConfiguration(
14201421
"Debug",
14211422
buildSettings: [
1423+
"OBJROOT": tmpDir.join("objroot").str,
14221424
"PRODUCT_NAME": "$(TARGET_NAME)",
14231425
"CLANG_ENABLE_MODULES": "YES",
14241426
"_EXPERIMENTAL_CLANG_EXPLICIT_MODULES": "YES",

0 commit comments

Comments
 (0)