You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(CMakeLists.txt): ensure paths in pkgconfig file are absolute
This fixes the regression introduced in the last commit.
The ${CMAKE_INSTALL_*DIR} variables are not absolute and we
must prepend them with ${prefix} or ${exec_prefix} to make it
fully working.
There are also ${CMAKE_INSTALL_FILL_*DIR} variables but we are
not using them for now since librime is still using custom
${LIB_INSTALL_DIR} and ${BIN_INSTALL_DIR}.
0 commit comments