Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 680190a

Browse files
committed
Tell scons whether we are in bypass mode or not.
1 parent 2d078a1 commit 680190a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

numpy/distutils/command/scons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ def run(self):
510510
cmd.append('cxx_opt_path=%s' % protect_path(self.scons_cxxcompiler_path))
511511

512512
cmd.append('include_bootstrap=%s' % dirl_to_str(get_numpy_include_dirs(sconscript)))
513+
cmd.append('bypass=%s' % self.bypass)
513514
if self.silent:
514515
if int(self.silent) == 2:
515516
cmd.append('-Q')

0 commit comments

Comments
 (0)