Commit ac5e748
committed
Fall back on using RTLD_DEFAULT if we can't find flint in Padic
If openSharedLibrary fails but we can still find fmpz_init using
foreignFunction (which wraps dlsym), then we just set flint to be null
and use the new foreignFunction methods that accept null as a first
argument.1 parent 4ad48ec commit ac5e748
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments