Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Update setup.py #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In "module" variable passed to ext_modules of setup function,
The link argument is set.

We do double setting, but why is this process necessary?

]
else:
print('no pcl install or pkg-config missed.')
Expand Down