tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
rust: whoops, actual `make dev` fix i had in mind
Eli Mallon
5 months ago
2bb4e75c
5e8cdb1f
+4
-7
1 changed file
expand all
collapse all
unified
split
Makefile
+4
-7
Makefile
···
78
.PHONY: dev-rust
79
dev-rust:
80
cargo build
81
-
$(MAKE) iroh-streamplace-codegen
0
0
0
82
83
.PHONY: dev
84
dev:
···
844
&& git add . \
845
&& git commit -m "Update streamplace $(VERSION)" \
846
&& git push
847
-
848
-
.PHONY: iroh-streamplace-codegen
849
-
iroh-streamplace-codegen:
850
-
EXT=so; \
851
-
if [ "$(BUILDOS)" = "darwin" ]; then EXT=dylib; fi; \
852
-
uniffi-bindgen-go --out-dir pkg/iroh/generated --library ./target/debug/libiroh_streamplace.$$EXT
···
78
.PHONY: dev-rust
79
dev-rust:
80
cargo build
81
+
EXT=so; \
82
+
if [ "$(BUILDOS)" = "darwin" ]; then EXT=dylib; fi; \
83
+
uniffi-bindgen-go --out-dir pkg/iroh/generated --library ./target/debug/libiroh_streamplace.$$EXT \
84
+
&& cp ./target/debug/libiroh_streamplace.$$EXT build-darwin-arm64/rust/iroh-streamplace/libiroh_streamplace.$$EXT
85
86
.PHONY: dev
87
dev:
···
847
&& git add . \
848
&& git commit -m "Update streamplace $(VERSION)" \
849
&& git push
0
0
0
0
0
0