mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Provide MSBuild properties to use the new libc++ configuration we plan on using in our builds (#101773)
Co-authored-by: Sven Boemer <sbomer@gmail.com>
This commit is contained in:
parent
f0edcd8ac8
commit
44d919ddef
9 changed files with 88 additions and 11 deletions
|
@ -323,7 +323,7 @@
|
|||
<!-- Runtime doesn't support Arcade-driven target framework filtering. -->
|
||||
<NoTargetFrameworkFiltering>true</NoTargetFrameworkFiltering>
|
||||
|
||||
<NativeBuildPartitionPropertiesToRemove>ClrFullNativeBuild;ClrRuntimeSubset;ClrJitSubset;ClrPalTestsSubset;ClrAllJitsSubset;ClrILToolsSubset;ClrNativeAotSubset;ClrSpmiSubset;ClrCrossComponentsSubset;ClrDebugSubset;HostArchitecture;PgoInstrument;NativeOptimizationDataSupported;CMakeArgs</NativeBuildPartitionPropertiesToRemove>
|
||||
<NativeBuildPartitionPropertiesToRemove>ClrFullNativeBuild;ClrRuntimeSubset;ClrJitSubset;ClrPalTestsSubset;ClrAllJitsSubset;ClrILToolsSubset;ClrNativeAotSubset;ClrSpmiSubset;ClrCrossComponentsSubset;ClrDebugSubset;HostArchitecture;PgoInstrument;NativeOptimizationDataSupported;CMakeArgs;CxxStandardLibrary;CxxStandardLibraryStatic;CxxAbiLibrary</NativeBuildPartitionPropertiesToRemove>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- RepositoryEngineeringDir isn't set when Installer tests import this file. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue