mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Appveyor: update executable directory
This commit is contained in:
parent
b31056c7d9
commit
53d1cbe826
1 changed files with 2 additions and 2 deletions
|
@ -100,9 +100,9 @@ build_script:
|
|||
|
||||
after_build:
|
||||
- if [%X86_64%] == [1] (
|
||||
set "BUILD_PATH=bin\Mingw64\Release"
|
||||
set "BUILD_PATH=bin\64"
|
||||
) else (
|
||||
set "BUILD_PATH=bin\Mingw\Release"
|
||||
set "BUILD_PATH=bin"
|
||||
)
|
||||
- if [%X86_64%] == [1] ( set "CONFIGURATION=%CONFIGURATION%64" )
|
||||
- ccache -s
|
||||
|
|
Loading…
Reference in a new issue