diff --git a/build/premake/premake.lua b/build/premake/premake.lua index 7f18951315..0955cb7bb5 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -2,9 +2,9 @@ dofile("../functions.lua") -- Set up the Project project.name = "pyrogenesis" -project.bindir = "../../../binaries/system" -project.libdir = "../../../binaries/system" -project.debugdir = "../../../binaries/data" +project.bindir = "../../../binaries/system" +project.libdir = "../../../binaries/system" +project.debugdir = "../../../binaries/system" project.configs = { "Debug", "Release", "Testing" } if (OS == "windows") then