We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d52dff commit 03d77e5Copy full SHA for 03d77e5
src/native/native.targets
@@ -91,7 +91,7 @@
91
</Target>
92
93
<Target Name="_ConfigureAndBuildArchiveDSOStub"
94
- Condition=" '$(CMakeRuntimeFlavor)' == 'NativeAOT' "
+ Condition=" '$(CMakeRuntimeFlavor)' != 'NativeAOT' "
95
DependsOnTargets="_PrepareCommonProperties;_ConfigureArchiveDSOInputsAndOutputs"
96
Inputs="@(_ArchiveDSOInput)"
97
Outputs="@(_ArchiveDSOOutput)">
0 commit comments