mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 20:23:08 +00:00
set nimble cache to pwd in Makefile
This commit is contained in:
parent
1f10c9a28f
commit
75b9f26b1a
4
Makefile
4
Makefile
@ -18,6 +18,10 @@ ifneq (,$(findstring MINGW,$(detected_OS)))
|
||||
detected_OS := Windows
|
||||
endif
|
||||
|
||||
# Use a local .nimble dir to avoid interfering with other Nim repos
|
||||
export NIMBLE_DIR := $(CURDIR)/.nimble
|
||||
export NIMBLE_PKGS_DIR := $(CURDIR)/.nimble/pkgs
|
||||
|
||||
# NIM binary location
|
||||
NIM_BINARY := $(shell which nim)
|
||||
NPH := $(CURDIR)/nimbledeps/bin/nph
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user