Skip to content

Commit

Permalink
address review feedback from @ maraf
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Dec 18, 2023
1 parent 8920e98 commit 60af312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<OutputPath>$(RepoRoot)artifacts\bin\$(MSBuildProjectName)</OutputPath>
<_InTreeEmSdk>$(MSBuildThisFileDirectory)..\..\..\mono\browser\emsdk</_InTreeEmSdk>
<_InTreeEmSdk>$(BrowserProjectRoot)emsdk</_InTreeEmSdk>
<EMSDK_PATH Condition="'$(EMSDK_PATH)' == '' and Exists($(_InTreeEmSdk))">$(_InTreeEmSdk)</EMSDK_PATH>
</PropertyGroup>
</Project>

0 comments on commit 60af312

Please sign in to comment.