Skip to content

Commit

Permalink
Added link to Psapi.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Aug 31, 2019
1 parent 9086332 commit 133f73e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ workspace "MTASA"
libdirs {
path.join(dxdir, "Lib/x86")
}
links {
"Psapi"
}

filter {"system:windows", "configurations:Debug"}
buildoptions { "/MT" } -- Don't use debug runtime when static linking
Expand Down

0 comments on commit 133f73e

Please sign in to comment.