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

github.com/windirstat/premake-4.x-stable.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
commitb04c702a0f5376fefd12c19a89484345c71a6e60 (patch)
tree19bef14feecfcff7a746c6da7ff4fce4f4be4c72 /tests/base/test_location.lua
parent882641b32a241f1ccf7c3de17363228a72b6878b (diff)
More cleanup; preparing the virtual path stuff
Diffstat (limited to 'tests/base/test_location.lua')
-rw-r--r--tests/base/test_location.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base/test_location.lua b/tests/base/test_location.lua
index b688ae9..6bf5c27 100644
--- a/tests/base/test_location.lua
+++ b/tests/base/test_location.lua
@@ -19,7 +19,7 @@
end
local function prepare()
- premake.buildconfigs()
+ premake.bake.buildconfigs()
prj = premake.solution.getproject(sln, 1)
end