Skip to content

Commit 80ca8ca

Browse files
committed
switch to everest nlua, use patch_*
1 parent 4aacfd7 commit 80ca8ca

File tree

12 files changed

+77
-113
lines changed

12 files changed

+77
-113
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ FNA:
2020
cd FNA && git apply ../FNA.patch
2121

2222
NLua:
23-
git clone https://github.com/NLua/NLua --recursive
24-
cd NLua && git checkout 9dc76edd0782d484c54433fdfa3a5097f45a379a && git apply ../nlua.patch
23+
git clone https://github.com/EverestAPI/NLua --recursive
24+
cd NLua && git apply ../nlua.patch
2525

2626
MonoMod:
2727
git clone https://github.com/r58Playz/MonoMod --recursive

loader/CelesteLoader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
<!-- Everest -->
105105
<ProjectReference Include="..\MonoMod\src\MonoMod.Patcher\MonoMod.Patcher.csproj" />
106106
<ProjectReference Include="..\MonoMod\external\iced.csproj" />
107+
<ProjectReference Include="..\NLua\build\net6.0\NLua.net6.0.csproj" />
107108

108109
<PackageReference Include="System.Security.Permissions" Version="9.0.1" />
109110
<PackageReference Include="System.Threading.AccessControl" Version="9.0.1" />
110111
<PackageReference Include="YamlDotNet" Version="16.1.3" />
111112
<PackageReference Include="Jdenticon-net" Version="3.1.2" />
112113
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
113114
<PackageReference Include="MAB.DotIgnore" Version="3.0.2" />
114-
<ProjectReference Include="..\NLua\build\net8.0\NLua.net8.0.csproj" />
115115
</ItemGroup>
116116

117117
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)