Commit 5e73b01
committed
FIX: SWIG Bindings: Use correct SWIG executable and adapt for Apple ld
This commit introduces two changes:
(1) It correctly sets the SWIG executable for Apple targets.
(2) It adapts to the Apple linker (ld), which does not allow undefined symbols in shared objects (.so) by default.
Regarding (2), see SWIG issue 2469.
Signed-off-by: Philipp Remy <philipp.remy@law-school.de>1 parent 649b74a commit 5e73b01
2 files changed
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1555 | 1555 | | |
1556 | 1556 | | |
1557 | 1557 | | |
1558 | | - | |
1559 | | - | |
1560 | | - | |
1561 | | - | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
| 1561 | + | |
| 1562 | + | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
1562 | 1569 | | |
1563 | 1570 | | |
1564 | 1571 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
368 | 377 | | |
369 | 378 | | |
370 | 379 | | |
| |||
0 commit comments