mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
set arch flag correctly
This commit is contained in:
parent
88bce0622e
commit
3a3499e378
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ before_build:
|
|||
- git submodule update --init
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -G "Visual Studio 16 2019 Win64"
|
||||
- cmake .. -G "Visual Studio 16 2019" -A Win64
|
||||
- cmake --build . --target ALL_BUILD --config Release
|
||||
|
||||
build_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue