euclidianAce / ltreesitter

Standalone tree sitter bindings for the Lua language
MIT License
85 stars 4 forks source link

module: export luaopen_ltreesitter explicitly on Windows #21

Closed takase1121 closed 1 year ago

takase1121 commented 1 year ago

This PR exports the luaopen_ltreesitter symbol properly on Windows when compiling as a DLL.

takase1121 commented 1 year ago

Tested and seem to work on Windows and Linux.

euclidianAce commented 1 year ago

Thanks!