From 4b3d6bfa9d897497635728d5f1444f4837d93cfe Mon Sep 17 00:00:00 2001 From: Taku Kudo Date: Fri, 3 Jun 2022 01:02:18 +0900 Subject: [PATCH] update setup.py --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 65599e7..5fd10ce 100755 --- a/python/setup.py +++ b/python/setup.py @@ -58,7 +58,7 @@ def is_sentencepiece_installed(): def get_cflags_and_libs(root): - cflags = cflags + ['-std=c++11', '-I' + os.path.join(root, 'include')] + cflags = ['-std=c++11', '-I' + os.path.join(root, 'include')] libs = [] if os.path.exists(os.path.join(root, 'lib/pkgconfig/sentencepiece.pc')): libs = [