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:
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