mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 18:47:39 -04:00
7 lines
207 B
Lua
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"
|