From 4cbd2d740653f633e41d6cf5601bd0059c3b00ef Mon Sep 17 00:00:00 2001 From: Niranjan <33854825+niranjanreddy891@users.noreply.github.com> Date: Sun, 12 May 2019 14:41:33 +0530 Subject: [PATCH] Update setup.py issue with the installation on Ubuntu-18.04 with python-3.6 fixed --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb21857da..0d155ff47 100644 --- a/setup.py +++ b/setup.py @@ -632,6 +632,7 @@ def pkgconfig_win(flag, cut): # Extension("pcl.pcl_grabber", ["pcl/pcl_grabber.pyx", "pcl/grabber_callback.cpp"], language="c++", **ext_args), # debug # gdb_debug=True, + extra_compile_args=ext_args['extra_link_args'] ] else: print('no pcl install or pkg-config missed.')