rockbox/utils/hwstub/tools/lua/load.lua
Marcin Bukat 8e63338591 hwstub rk27xx port
Change-Id: I85ac57117911544b65ccd56eb16303e30be67cab
2013-11-24 00:10:36 +01:00

7 lines
207 B
Lua

package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lua"),2) .. ";" .. package.path
if hwstub.dev.target.id == hwstub.dev.target.STMP then
require "stmp"
end
require "dumper"