diff --git a/lib/voronoi/Install.py b/lib/voronoi/Install.py index 5a246bbeb1..a4d07ac745 100644 --- a/lib/voronoi/Install.py +++ b/lib/voronoi/Install.py @@ -116,7 +116,7 @@ if buildflag: if buildflag: print("Building Voro++ ...") - cmd = 'cd "%s"; make' % homedir + cmd = 'cd "%s"; make CXX=g++ CFLAGS="-fPIC -O3"' % homedir txt = subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True) print(txt.decode('UTF-8'))