Skip to content

Commit

Permalink
build(build.bat): add envvar deps_install_prefix
Browse files Browse the repository at this point in the history
deps output for different architectures can be saved for caching
  • Loading branch information
lotem committed Mar 6, 2024
1 parent 345b11b commit fdf1b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ set common_cmake_flags=%common_cmake_flags%^

set deps_cmake_flags=%common_cmake_flags%^
-DBUILD_SHARED_LIBS:BOOL=OFF^
-DCMAKE_INSTALL_PREFIX:PATH="%RIME_ROOT%"
-DCMAKE_INSTALL_PREFIX:PATH="%RIME_ROOT%%deps_install_prefix%"

if %build_deps% == 1 (
echo building glog.
Expand Down

0 comments on commit fdf1b66

Please sign in to comment.