Skip to content

Commit

Permalink
simplify link dir
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 22, 2024
1 parent ca7fb66 commit 25d7386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ set(EXE_LINK_OPTIONS
"-sENVIRONMENT=web" # disable require("ws") in Fcitx5.js which is rejected by project user's bundler
"--extern-pre-js ${PROJECT_BINARY_DIR}/pre.js"
"--extern-post-js ${PROJECT_BINARY_DIR}/index.js"
"-Lfcitx5/src/lib/fcitx-utils"
"-Lfcitx5/src/lib/fcitx-config"
"-L${PROJECT_BINARY_DIR}/sysroot/usr/lib"
Fcitx5::Core
)

Expand Down

0 comments on commit 25d7386

Please sign in to comment.