Skip to content

Commit

Permalink
Fixed default subdirectory name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed May 8, 2022
1 parent 3732559 commit 1d90b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IL2C.Build/build/IL2C.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<IL2CBuildBaseDir>$(MSBuildThisFileDirectory)..</IL2CBuildBaseDir>
<IL2CConfiguration>$(Configuration)</IL2CConfiguration>
<IL2CLibConfiguration>$(IL2CConfiguration)</IL2CLibConfiguration>
<IL2COutputPath>ILC2</IL2COutputPath>
<IL2COutputPath>il2c</IL2COutputPath>
</PropertyGroup>

<!-- ============================================================================= -->
Expand Down

0 comments on commit 1d90b25

Please sign in to comment.