We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ffd4a commit 6308dc2Copy full SHA for 6308dc2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
## [Unreleased](https://github.com/gilzoide/godot-lua-pluginscript/compare/0.5.1...HEAD)
3
+### Fixed
4
+
5
+- Fixed `undefined symbol: lua_*` when requiring Lua/C modules in POSIX systems
6
+ ([#41](https://github.com/gilzoide/godot-lua-pluginscript/issues/41))
7
8
9
## [0.5.1](https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.5.1)
10
### Fixed
@@ -8,6 +13,7 @@
13
- [build] Fixed `make dist` dependencies to include LuaJIT's `jit/*.lua` files
14
- [build] Fixed `make unzip-to-build` to only copy contents from `build` folder
15
16
11
17
## [0.5.0](https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.5.0)
12
18
### Added
19
0 commit comments