The errors testcases use -module to obtain a unique module name
Fixes parallel make where each invocation of swig was writing and deleting the same file resulting in lots of the newly introduced warning messages: On exit, could not delete file xxx.py: No such file or directory
This commit is contained in:
parent
2cf075558c
commit
0d76eb3b56
13 changed files with 19 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
%module cpp_extra_brackets
|
||||
%module xxx
|
||||
|
||||
// Extra brackets was segfaulting in SWIG-3.0.0
|
||||
struct ABC {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue