File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Sources/SWBWindowsPlatform/Specs
Tests/SWBBuildSystemTests Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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";
Original file line number Diff line number Diff 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 " ,
You can’t perform that action at this time.
0 commit comments