From: Shengjing Zhu <zhsj@debian.org>
Date: Fri, 2 Aug 2024 17:11:08 +0800
Subject: Disable build in setup.py

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index a4bc500..f32590e 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ def get_long_description():
 
 
 def build_libopencc(output_path):
+    return
     print('building libopencc into %s' % _build_dir)
 
     is_windows = sys.platform == 'win32'
