diff options
-rw-r--r-- | fcitx5.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fcitx5.spec b/fcitx5.spec index b2da0e7..280916c 100644 --- a/fcitx5.spec +++ b/fcitx5.spec @@ -1,5 +1,7 @@ %global _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/fcitx5.conf -%global toolchain /opt/openEuler/gcc-toolset-14/root/usr/bin/gcc +%global _cc /opt/openEuler/gcc-toolset-14/root/usr/bin/cc +%global _cxx /opt/openEuler/gcc-toolset-14/root/usr/bin/c++ +%global _cpp /opt/openEuler/gcc-toolset-14/root/usr/bin/cpp Name: fcitx5 Version: 5.1.14 |