mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
update echo for Android in Makefile
This commit is contained in:
parent
267810e77f
commit
f02f338452
@ -29,9 +29,9 @@ build: prepare
|
|||||||
go build ./...
|
go build ./...
|
||||||
|
|
||||||
build-android: prepare
|
build-android: prepare
|
||||||
@echo "Building libsds..."
|
@echo "Building libsds for Android..."
|
||||||
@cd $(NIM_SDS_DIR) && make libsds-android
|
@cd $(NIM_SDS_DIR) && make libsds-android
|
||||||
@echo "Building SDS Go Bindings..."
|
@echo "Building SDS Go Bindings for Android..."
|
||||||
go build ./...
|
go build ./...
|
||||||
|
|
||||||
# Clean up generated files
|
# Clean up generated files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user