Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix appveyor (hopefully)
  • Loading branch information
erorcun committed May 11, 2020
1 parent 36e2bc9 commit c4a154557bad4a610abfc3424d392cf2fd9c4cfa
Showing with 3 additions and 1 deletion.
  1. +3 −1 premake5.lua
@@ -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") }

0 comments on commit c4a1545

Please sign in to comment.