diff options
| author | ThirteenAG <thirteenag@gmail.com> | 2019-07-20 16:30:03 +0300 |
|---|---|---|
| committer | ThirteenAG <thirteenag@gmail.com> | 2019-07-20 16:30:03 +0300 |
| commit | 9c16c1fa634a98290c5a4ca029c826102b740a76 (patch) | |
| tree | d8a795f8557de7d9678ebaafb4601f7a195ce255 /premake5.lua | |
| parent | premake and appveyor update (diff) | |
| download | re3-9c16c1fa634a98290c5a4ca029c826102b740a76.tar.gz | |
small cleanup
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 2 |
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) |
