mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 10:27:42 +00:00
Add -DLLVM_ROOT_DIR to appveyor
This commit is contained in:
@@ -68,7 +68,7 @@ before_build:
|
|||||||
build_script:
|
build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -GNinja ..
|
- cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DLLVM_ROOT_DIR=C:\projects\deps\llvm -GNinja ..
|
||||||
- ninja urde
|
- ninja urde
|
||||||
|
|
||||||
#notifications:
|
#notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user