mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Use absolute paths in appveyor
This commit is contained in:
parent
1192dc5134
commit
1f2e12f854
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ build_script:
|
|||
-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
-DLMDBXX_INCLUDE_DIR=.deps/usr/include
|
||||
-DTWEENY_INCLUDE_DIR=.deps/usr/include
|
||||
-DCMARK_INCLUDE_DIR=.deps/usr/include
|
||||
-DCMARK_LIBRARY=.deps/usr/lib/cmark_static.lib
|
||||
-DCMARK_INCLUDE_DIR=C:/projects/nheko/.deps/usr/include
|
||||
-DCMARK_LIBRARY=C:/projects/nheko/.deps/usr/lib/cmark_static.lib
|
||||
- cmake --build build --config Release
|
||||
|
||||
after_build:
|
||||
|
|
Loading…
Reference in a new issue