boon icon indicating copy to clipboard operation
boon copied to clipboard

package.path not make any sense

Open Rorkh opened this issue 3 years ago • 0 comments

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?

Rorkh avatar Aug 30 '21 03:08 Rorkh