summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorThirteenAG <thirteenag@gmail.com>2019-07-20 15:30:03 +0200
committerThirteenAG <thirteenag@gmail.com>2019-07-20 15:30:03 +0200
commit9c16c1fa634a98290c5a4ca029c826102b740a76 (patch)
treed8a795f8557de7d9678ebaafb4601f7a195ce255 /premake5.lua
parentpremake and appveyor update (diff)
downloadre3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar
re3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar.gz
re3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar.bz2
re3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar.lz
re3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar.xz
re3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar.zst
re3-9c16c1fa634a98290c5a4ca029c826102b740a76.zip
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
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)