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++'], )