Skip to content

Commit

Permalink
Fix Windows Build with LLVM's Findzstd.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored Nov 6, 2023
1 parent ed388c5 commit ebe2cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_mlc_ai_lib_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cmake -A x64 -Thost=x64 ^
-DZLIB_USE_STATIC_LIBS=ON ^
-DUSE_RPC=ON ^
-DUSE_VULKAN=ON ^
-DCMAKE_INSTALL_LIBDIR=lib ^
-DCMAKE_INSTALL_BINDIR=bin ^
..

cmake --build . --parallel 3 --config Release -- /m
Expand Down

0 comments on commit ebe2cd9

Please sign in to comment.