mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Shorten hunter dir path
This commit is contained in:
parent
e490ef953f
commit
e438fc1068
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ environment:
|
||||||
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- c:\hunter\
|
- c:\h\
|
||||||
- build\_deps -> appveyor.yml
|
- build\_deps -> appveyor.yml
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -47,7 +47,7 @@ build_script:
|
||||||
|
|
||||||
# Build nheko
|
# Build nheko
|
||||||
- cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild
|
- cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild
|
||||||
-DHUNTER_ROOT="C:\hunter"
|
-DHUNTER_ROOT="C:\h"
|
||||||
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=ON
|
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=ON
|
||||||
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
|
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue