From 2c247e278a91bac283472e5ec6d42176768c26f7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 9 Jan 2025 14:42:25 +0800 Subject: [PATCH] Fix PYPinyinProperties.cc --- src/PYPinyinProperties.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PYPinyinProperties.cc b/src/PYPinyinProperties.cc index cb272c74..455a5099 100644 --- a/src/PYPinyinProperties.cc +++ b/src/PYPinyinProperties.cc @@ -21,7 +21,9 @@ #include #include "PYText.h" #include "PYConfig.h" +#ifdef IBUS_BUILD_LUA_EXTENSION #include "lua-plugin.h" +#endif namespace PY {