Skip to content

Commit

Permalink
Attempt to fix Compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Feb 3, 2025
1 parent 1693bce commit 972cf0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions MelonLoader.Bootstrap/MelonLoader.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(RuntimeIdentifier.StartsWith(`linux-`))' == 'true'">
<ExportsFile>LinuxExports.def</ExportsFile>
<ExportsFile>linuxexports.def</ExportsFile>
<LinuxEntryPath>Deps/$(RuntimeIdentifier)/linuxentry.o</LinuxEntryPath>
</PropertyGroup>

Expand All @@ -31,6 +31,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="$(SolutionDir)/Dependencies/NetStandardPatches/*" CopyToOutputDirectory="PreserveNewest" Link="MelonLoader/Dependencies/NetStandardPatches/%(RecursiveDir)%(Filename)%(Extension)" />
<None Include="$(SolutionDir)/NOTICE.txt" CopyToOutputDirectory="PreserveNewest" Link="MelonLoader/Documentation/%(Filename)%(Extension)" />
<None Include="$(SolutionDir)/LICENSE.md" CopyToOutputDirectory="PreserveNewest" Link="MelonLoader/Documentation/%(Filename)%(Extension)" />
<None Include="$(SolutionDir)/CHANGELOG.md" CopyToOutputDirectory="PreserveNewest" Link="MelonLoader/Documentation/%(Filename)%(Extension)" />
Expand Down Expand Up @@ -60,7 +61,7 @@

<ItemGroup>
<NativeLibrary Include="$(AppHostPath)" />
<NativeLibrary Include="$(SolutionDir)/Dependencies/Dobby/$(RuntimeIdentifier)/$(LibPrefix)dobby$(LibExt)" />
<NativeLibrary Include="Deps/$(RuntimeIdentifier)/$(LibPrefix)dobby$(LibExt)" />
</ItemGroup>

<ItemGroup Condition="'$(RuntimeIdentifier.StartsWith(`linux-`))' == 'true'">
Expand Down

0 comments on commit 972cf0c

Please sign in to comment.