Fix embedding of Xcode action registration
This commit is contained in:
parent
0f13c0470c
commit
0b8d4c1544
@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
local function loadScript(fname)
|
||||
fname = path.getabsolute(fname)
|
||||
local f = io.open(fname)
|
||||
local s = assert(f:read("*a"))
|
||||
f:close()
|
||||
|
@ -88,5 +88,5 @@
|
||||
|
||||
-- Built-in action modules. The action is registered, but the actual
|
||||
-- implementation is not loaded unless the action is used.
|
||||
"modules/xcode/_action.lua",
|
||||
"../modules/xcode/_action.lua",
|
||||
}
|
||||
|
Reference in New Issue
Block a user