fix build for latest mame, use luars232.so for manjaro

(todo: investigate luarocks)
This commit is contained in:
Jeremy Penner 2021-04-17 22:53:57 -04:00
parent 5acd59b290
commit 0e488a751c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -8,7 +8,7 @@ if package.path:find("vendor/jeejah/") == nil then
local fennel = require "fennel"
fennel.path = './?.fnl;' .. modpath .. "/../../../vendor/jeejah/?.fnl"
table.insert(package.loaders, fennel.make_searcher({correlate=true}))
table.insert(package.loaders or package.searchers, fennel.make_searcher({correlate=true}))
end
local fennel = require "fennel"