mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:27:46 +08:00
Fix linux build
Build is failing on linux because of case sensitive file system. This change fixes it.
This commit is contained in:
parent
f86a13ef61
commit
cf468d6708
@ -282,7 +282,7 @@
|
||||
<Compile Include="Beatmaps\Drawables\BeatmapSetHeader.cs" />
|
||||
<Compile Include="Database\DatabaseContextFactory.cs" />
|
||||
<Compile Include="Migrations\20171019041408_InitialCreate.cs" />
|
||||
<Compile Include="Migrations\20171019041408_InitialCreate.designer.cs">
|
||||
<Compile Include="Migrations\20171019041408_InitialCreate.Designer.cs">
|
||||
<DependentUpon>20171019041408_InitialCreate.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\OsuDbContextModelSnapshot.cs" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user