From 46429d0ae729d2fe68972376f55b3389b895ba04 Mon Sep 17 00:00:00 2001 From: Filipp Ozinov Date: Sun, 23 Sep 2018 23:50:13 +0300 Subject: [PATCH] Try fix mac install, #55 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 928999e..46b5f22 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ os.path.join('contrib', 'phf', 'phf.cc'), os.path.join('jamspell.i'), ], - extra_compile_args=['-std=c++11', '-O2'], + extra_compile_args=['-std=c++11', '-O2', '-stdlib=libc++'], swig_opts=['-c++'], )