bt2: by-pass distutils changed file check
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 11 Apr 2018 21:20:40 +0000 (17:20 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:05:45 +0000 (00:05 -0400)
Changes made to a SWIG interface file (.i) that is included in
native_bt.i would not trigger rebuilding of the extension on `make`
as the main source file (native_bt.i) has not changed.

The Makefile is already tracking when files changed and need to be
recompiled so we can simply bypass the setup.py checks by using the
--force flag.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>

No differences found
This page took 0.025734 seconds and 4 git commands to generate.