boon
boon copied to clipboard
package.path not make any sense
Hello. It seems that package.path not make any sense when building with boon. For example
package.path = 'libs/?.lua;' .. package.path
require("dummy")
not works although it should while
require("libs.dummy")
works fine
Can it be fixed?