We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81113a commit 82dc4b0Copy full SHA for 82dc4b0
Client/game_sa/premake5.lua
@@ -43,7 +43,7 @@ project "Game SA"
43
}
44
45
postbuildcommands {
46
- "%[%{!wks.location}/../utils/hookcheck.exe] %[%{!cfg.buildtarget.abspath}]"
+ "%[%{!wks.location}/../utils/hookcheck.exe] %[$(TargetPath)]"
47
48
49
filter "architecture:not x86"
Client/multiplayer_sa/premake5.lua
@@ -34,7 +34,7 @@ project "Multiplayer SA"
34
35
36
37
38
39
40
0 commit comments