From 9c16c1fa634a98290c5a4ca029c826102b740a76 Mon Sep 17 00:00:00 2001 From: ThirteenAG Date: Sat, 20 Jul 2019 16:30:03 +0300 Subject: small cleanup --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index adca50d2..7d6aa717 100644 --- a/premake5.lua +++ b/premake5.lua @@ -49,7 +49,7 @@ workspace "re3" ")" } function setpaths (gamepath, exepath, scriptspath) - scriptspath = scriptspath or "scripts/" + scriptspath = scriptspath or "" if (gamepath) then cmdcopy = { "set \"path=" .. gamepath .. scriptspath .. "\"" } table.insert(cmdcopy, pbcommands) -- cgit v1.2.3