Live video on the AT Protocol

dev: mv libiroh_streamplace.so instead of cp

+4 -2
+4 -2
Makefile
··· 292 292 .build/bin/uniffi-bindgen-go-forked --out-dir pkg/iroh/generated --library ./target/debug/libiroh_streamplace.$$EXT \ 293 293 && mkdir -p $(BUILDDIR)/rust/iroh-streamplace/ \ 294 294 && mkdir -p $(BUILDDIR)/lib/ \ 295 - && cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/rust/iroh-streamplace/ \ 296 - && cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/lib/ 295 + && cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/rust/iroh-streamplace/libiroh_streamplace.$$EXT.tmp \ 296 + && mv $(BUILDDIR)/rust/iroh-streamplace/libiroh_streamplace.$$EXT.tmp $(BUILDDIR)/rust/iroh-streamplace/libiroh_streamplace.$$EXT \ 297 + && cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/lib/libiroh_streamplace.$$EXT.tmp \ 298 + && mv $(BUILDDIR)/lib/libiroh_streamplace.$$EXT.tmp $(BUILDDIR)/lib/libiroh_streamplace.$$EXT 297 299 298 300 .PHONY: dev-test 299 301 dev-test: