Skip to content

Commit 8b16657

Browse files
committed
feat(plugins): turn on INSTALL_PRIVATE_HEADERS and ENABLE_EXTERNAL_PLUGINS in build.bat for external-plugins feature
1 parent 9cf8348 commit 8b16657

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ set rime_cmake_flags=%common_cmake_flags%^
183183
-DBUILD_TEST=%build_test%^
184184
-DENABLE_LOGGING=%enable_logging%^
185185
-DCMAKE_PREFIX_PATH:PATH="%deps_install_prefix%"^
186-
-DCMAKE_INSTALL_PREFIX:PATH="%rime_install_prefix%"
186+
-DCMAKE_INSTALL_PREFIX:PATH="%rime_install_prefix%"^
187+
-DINSTALL_PRIVATE_HEADERS=ON^
188+
-DENABLE_EXTERNAL_PLUGINS=ON
187189

188190
echo on
189191
call cmake . -B%build_dir% %rime_cmake_flags%

0 commit comments

Comments
 (0)