Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2011-05-19 01:32:04 +0400
committerJason Perkins <starkos@industriousone.com>2011-05-19 01:32:04 +0400
commiteccd1720bae58f95439fe731fcbe1846db15a453 (patch)
tree19bef14feecfcff7a746c6da7ff4fce4f4be4c72 /src/_premake_main.lua
parent7a89211a3850e293574f9e1564b751ea6da60752 (diff)
More cleanup; preparing the virtual path stuff
Diffstat (limited to 'src/_premake_main.lua')
-rw-r--r--src/_premake_main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_premake_main.lua b/src/_premake_main.lua
index fc10008..59d1519 100644
--- a/src/_premake_main.lua
+++ b/src/_premake_main.lua
@@ -137,7 +137,7 @@
-- work-in-progress: build the configurations
print("Building configurations...")
- premake.buildconfigs()
+ premake.bake.buildconfigs()
ok, err = premake.checkprojects()
if (not ok) then error("Error: " .. err, 0) end