Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 443bfb4

Browse files
committed
Typo
1 parent 7a29834 commit 443bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/native.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</Target>
9292

9393
<Target Name="_ConfigureAndBuildArchiveDSOStub"
94-
Condition=" '$(CMakeRuntimeFlavor)' == 'NativeAOT' "
94+
Condition=" '$(CMakeRuntimeFlavor)' != 'NativeAOT' "
9595
DependsOnTargets="_PrepareCommonProperties;_ConfigureArchiveDSOInputsAndOutputs"
9696
Inputs="@(_ArchiveDSOInput)"
9797
Outputs="@(_ArchiveDSOOutput)">

0 commit comments

Comments
 (0)