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.')