summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-14 23:23:37 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-14 23:23:37 +0100
commite438fc1068ea64147e05929d60de80d9f10ce054 (patch)
tree0ae3fbb1d260ecf976d6eb02ae1c89a0605feb9a
parentUse native menus (diff)
downloadnheko-e438fc1068ea64147e05929d60de80d9f10ce054.tar.xz
Shorten hunter dir path
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml

index 0da894fd..4d23338d 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -15,7 +15,7 @@ environment: cache: - - c:\hunter\ + - c:\h\ - build\_deps -> appveyor.yml build: @@ -47,7 +47,7 @@ build_script: # Build nheko - 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 -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release