Fix appveyor (hopefully)

This commit is contained in:
eray orçunus 2020-05-12 00:10:50 +03:00
parent 36e2bc95d3
commit c4a154557b
1 changed files with 3 additions and 1 deletions

View File

@ -170,7 +170,9 @@ project "re3"
libdirs { "milessdk/lib" }
setpaths("$(GTA_III_RE_DIR)/", "%(cfg.buildtarget.name)", "")
if(os.getenv("GTA_III_RE_DIR")) then
setpaths("$(GTA_III_RE_DIR)/", "%(cfg.buildtarget.name)", "")
end
filter "platforms:win*"
files { addSrcFiles("src/skel/win") }