mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-05-05 20:19:32 +00:00
chore: update ci
This commit is contained in:
parent
26c51d82bc
commit
b2b4d30841
14
Makefile
14
Makefile
@ -22,12 +22,6 @@ GIT_SUBMODULE_UPDATE := git submodule update --init --recursive
|
|||||||
|
|
||||||
else # "variables.mk" was included. Business as usual until the end of this file.
|
else # "variables.mk" was included. Business as usual until the end of this file.
|
||||||
|
|
||||||
# # Determine the OS
|
|
||||||
# detected_OS := $(shell uname -s)
|
|
||||||
# ifneq (,$(findstring MINGW,$(detected_OS)))
|
|
||||||
# detected_OS := Windows
|
|
||||||
# endif
|
|
||||||
|
|
||||||
##########
|
##########
|
||||||
## Main ##
|
## Main ##
|
||||||
##########
|
##########
|
||||||
@ -67,17 +61,9 @@ NIM_PARAMS := $(NIM_PARAMS) -d:git_version=\"$(GIT_VERSION)\"
|
|||||||
##################
|
##################
|
||||||
.PHONY: build-waku-librln
|
.PHONY: build-waku-librln
|
||||||
|
|
||||||
# LIBRLN_VERSION := v0.7.0
|
|
||||||
# ifeq ($(detected_OS),Windows)
|
|
||||||
# LIBRLN_FILE := rln.lib
|
|
||||||
# else
|
|
||||||
# LIBRLN_FILE := librln_$(LIBRLN_VERSION).a
|
|
||||||
# endif
|
|
||||||
|
|
||||||
build-waku-librln:
|
build-waku-librln:
|
||||||
@echo "Start building waku librln"
|
@echo "Start building waku librln"
|
||||||
$(MAKE) -C vendor/nwaku librln
|
$(MAKE) -C vendor/nwaku librln
|
||||||
# $(eval NIM_PARAMS += --passL:./vendor/nwaku/$(LIBRLN_FILE) --passL:-lm)
|
|
||||||
$(eval NIM_PARAMS += --passL:./vendor/nwaku/librln_v0.7.0.a --passL:-lm)
|
$(eval NIM_PARAMS += --passL:./vendor/nwaku/librln_v0.7.0.a --passL:-lm)
|
||||||
@echo "Completed building librln"
|
@echo "Completed building librln"
|
||||||
|
|
||||||
|
|||||||
2
vendor/nwaku
vendored
2
vendor/nwaku
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 98693306e573a2894f312a4c14d1d9096e9218ac
|
Subproject commit 41146a9193c1e360b9a0049d672260a72c4ca2bf
|
||||||
Loading…
x
Reference in New Issue
Block a user