Fix embedding of Xcode action registration

This commit is contained in:
Jason Perkins 2015-03-09 17:07:12 -04:00
parent 0f13c0470c
commit 0b8d4c1544
2 changed files with 2 additions and 1 deletions

View File

@ -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()

View File

@ -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",
}