Commit 6b81a14
fix(main/picolisp): force-link to
- Fixes termux/termux-app#5228
- Fixes the command `pil @lib/test.l +`
Before:
```
[/data/data/com.termux/files/usr/lib/picolisp/test/lib/math.l:7] !? (%@ "pow" 1000000 "Dbl1" "Dbl2")
Bad ffi
?
```
After:
```
OK
```libm.so
1 parent c4c8965 commit 6b81a14
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments