UseSWIG: Update option -interface usage

Option -interface must not be used if multiple SWIG files are part
of the same library.

Fixes: #21134
This commit is contained in:
Marc Chevrier
2020-08-31 12:33:57 +02:00
parent f2a22ecda9
commit d264685bee
9 changed files with 71 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
int sub(int a, int b);