Skip to content

Commit

Permalink
Define TargetsUnix for wasm. (#37207)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored May 31, 2020
1 parent 2f321f0 commit 21783bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/targetframeworksuffix.props
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</When>
<When Condition="'$(TargetFrameworkSuffix)' == 'Browser'">
<PropertyGroup>
<TargetsLinux>true</TargetsLinux>
<TargetsUnix>true</TargetsUnix>
<TargetsBrowser>true</TargetsBrowser>
</PropertyGroup>
</When>
Expand Down

0 comments on commit 21783bc

Please sign in to comment.