tangled
alpha
login
or
join now
stream.place
/
streamplace
74
fork
atom
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
dev: mv libiroh_streamplace.so instead of cp
Eli Mallon
5 months ago
bcad2c39
cfeb5c9c
+4
-2
1 changed file
expand all
collapse all
unified
split
Makefile
+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
295
-
&& cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/rust/iroh-streamplace/ \
296
296
-
&& cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/lib/
295
295
+
&& cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/rust/iroh-streamplace/libiroh_streamplace.$$EXT.tmp \
296
296
+
&& mv $(BUILDDIR)/rust/iroh-streamplace/libiroh_streamplace.$$EXT.tmp $(BUILDDIR)/rust/iroh-streamplace/libiroh_streamplace.$$EXT \
297
297
+
&& cp ./target/debug/libiroh_streamplace.$$EXT $(BUILDDIR)/lib/libiroh_streamplace.$$EXT.tmp \
298
298
+
&& mv $(BUILDDIR)/lib/libiroh_streamplace.$$EXT.tmp $(BUILDDIR)/lib/libiroh_streamplace.$$EXT
297
299
298
300
.PHONY: dev-test
299
301
dev-test: