From 7480b56c6ff1b98caab518393bdff74103080157 Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Fri, 2 Aug 2024 17:11:08 +0800 Subject: [PATCH] Disable build in setup.py Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch --- 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' -- 2.30.2