mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
fix paths and tabs in sds/Makefile
This commit is contained in:
parent
f02f338452
commit
83ca70c0c9
12
sds/Makefile
12
sds/Makefile
@ -13,10 +13,10 @@ prepare:
|
|||||||
@echo "Cloning nim-sds repository..."
|
@echo "Cloning nim-sds repository..."
|
||||||
@if [ ! -d "../third_party/nim-sds" ]; then \
|
@if [ ! -d "../third_party/nim-sds" ]; then \
|
||||||
cd ../third_party/ && \
|
cd ../third_party/ && \
|
||||||
git clone https://github.com/waku-org/nim-sds && \
|
git clone https://github.com/waku-org/nim-sds && \
|
||||||
cd nim-sds && \
|
cd nim-sds && \
|
||||||
git checkout add-android-support; \
|
git checkout add-android-support; \
|
||||||
make update; \
|
make update; \
|
||||||
else \
|
else \
|
||||||
echo "nim-sds repository already exists."; \
|
echo "nim-sds repository already exists."; \
|
||||||
fi
|
fi
|
||||||
@ -24,13 +24,13 @@ prepare:
|
|||||||
# Build SDS Go Bindings
|
# Build SDS Go Bindings
|
||||||
build: prepare
|
build: prepare
|
||||||
@echo "Building libsds..."
|
@echo "Building libsds..."
|
||||||
@cd $(NIM_SDS_DIR) && make libsds
|
@cd ../third_party/nim-sds && make libsds
|
||||||
@echo "Building SDS Go Bindings..."
|
@echo "Building SDS Go Bindings..."
|
||||||
go build ./...
|
go build ./...
|
||||||
|
|
||||||
build-android: prepare
|
build-android: prepare
|
||||||
@echo "Building libsds for Android..."
|
@echo "Building libsds for Android..."
|
||||||
@cd $(NIM_SDS_DIR) && make libsds-android
|
@cd ../third_party/nim-sds && make libsds-android
|
||||||
@echo "Building SDS Go Bindings for Android..."
|
@echo "Building SDS Go Bindings for Android..."
|
||||||
go build ./...
|
go build ./...
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user