rxi / lite

A lightweight text editor written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: dynamic linking

takase1121 opened this issue · comments

I am wondering if lite can be dynamically linked to lua instead of static linking.
The main reason I am asking is for writing native plugins that might integrate better with lite.

The change needed to dynamically link lite is trivial, so I wonder if rxi is willing to do such a change, or having a dynamically linked version of lite to be built.