1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-22 10:07:44 +00:00

set arch flag correctly

This commit is contained in:
NotAdam 2019-10-14 18:50:55 +11:00
parent 644125e831
commit 913c2dbb84

View file

@ -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: