shouya / rss-funnel

Self-hosted RSS multi-tool
https://rss-funnel-demo.fly.dev
GNU General Public License v3.0
108 stars 4 forks source link

updates to make work build on target arm-unknown-linux-gnueabihf #111

Closed olehbozhok closed 4 months ago

olehbozhok commented 4 months ago

fix for https://github.com/shouya/rss-funnel/pull/110 build for armv6-hf

with these changes command

cross build -r --target arm-unknown-linux-gnueabihf

works and it runs, but the web part (GUI) doesn't work. But it is not a problem.

olehbozhok commented 4 months ago

now build works with feature

cross build -r --target arm-unknown-linux-gnueabihf --features bindgen
shouya commented 4 months ago

Thanks!