Skip to content

Commit

Permalink
Add missing liblua53.so to NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusjarina committed Jan 28, 2019
1 parent 6271c2f commit 22fdd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeraLua.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<file src="runtimes/win-x64/native/lua53.dll" target="runtimes/win-x64/native" />
<file src="runtimes/win-x86/native/lua53.dll" target="runtimes/win-x86/native" />
<file src="runtimes/osx/native/liblua53.dylib" target="runtimes/osx/native" />
<file src="runtimes/linux-x64/native/lua53.so" target="runtimes/linux-x64/native" />
<file src="build/targets/KeraLua.targets" target="build/net45/KeraLua.targets" />
<file src="LICENSE" />
</files>
Expand Down

0 comments on commit 22fdd16

Please sign in to comment.