diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-12 03:41:17 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-12 03:41:17 +0200 |
commit | d5676be83eb64ddc88dddd4a54ebda399fd07c5e (patch) | |
tree | 49808a99a929a80d2b6ab9d013f7f6f1ef4f0158 /premake5.lua | |
parent | Include oal files (diff) | |
download | re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.tar re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.tar.gz re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.tar.bz2 re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.tar.lz re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.tar.xz re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.tar.zst re3-d5676be83eb64ddc88dddd4a54ebda399fd07c5e.zip |
Diffstat (limited to '')
-rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 4a6cc680..64b12d3a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -86,7 +86,7 @@ workspace "re3" scriptspath = scriptspath or "" if (gamepath) then postbuildcommands { - "{COPY} %{cfg.buildtarget.abspath} " .. gamepath .. scriptspath .. "%{cfg.buildtarget.name}" + '{COPY} "%{cfg.buildtarget.abspath}" "' .. gamepath .. scriptspath .. '%{cfg.buildtarget.name}"' } debugdir (gamepath) if (exepath) then |