Skip to content

Bootstrap archives for Termux application (apt.android-7)

Choose a tag to compare

@github-actions github-actions released this 09 Aug 00:18
· 876 commits to master since this release
fix(main/picolisp): force-link to `libm.so`

- Fixes https://github.com/termux/termux-app/issues/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
```