Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
fix: sed
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Dec 27, 2023
1 parent 8e8adaf commit 2ab2779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chinese-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ f5m_install

# Build fcitx5-chinese-addons
cd "$ADDON_ROOT"
sed -i'' 's/add_subdirectory.tools.//' CMakeLists.txt # HACK: Disable tools
sed -i '' 's/add_subdirectory.tools.//' CMakeLists.txt # HACK: Disable tools
f5m_configure -DENABLE_TEST=OFF \
-DENABLE_GUI=OFF \
-DLibIMECore_DIR=$ADDON_INSTALL_PREFIX/lib/cmake/LibIMECore/ \
Expand Down

0 comments on commit 2ab2779

Please sign in to comment.