Roll back broken Xcode action preregistration

This commit is contained in:
Jason Perkins 2015-03-12 08:13:53 -04:00
parent 39e97e68a3
commit 0993059791
3 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
44e7630091915c687ded94b1bce64d61573cf833 modules/xcode
aaccdc16e9bb0b2b1a3cdc8855e0c27e7f920f1d modules/xcode

View File

@ -1,7 +1,7 @@
--
-- _manifest.lua
-- Manage the list of built-in Premake scripts.
-- Copyright (c) 2002-2014 Jason Perkins and the Premake project
-- Copyright (c) 2002-2015 Jason Perkins and the Premake project
--
-- The master list of built-in scripts. Order is important! If you want to
@ -85,8 +85,4 @@
"actions/clean/_clean.lua",
"_premake_init.lua",
-- Built-in action modules. The action is registered, but the actual
-- implementation is not loaded unless the action is used.
"../modules/xcode/_action.lua",
}

View File

@ -62,6 +62,9 @@
function m.installModuleLoader()
table.insert(package.loaders, 2, m.moduleLoader)
-- TEMPORARY: I'm working on a different solution for this
require("xcode")
end
function m.moduleLoader(name)