1
0
Fork 0

Allow development on my macOS ZFS symlink
continuous-integration/drone/push Build is passing Details

main
Ambrose Chua 2020-06-13 16:59:33 +08:00
parent fe5791ec4a
commit e8861940cb
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ DEV_PORT ?= 5000
SHARED ?= ../shared
SHARED_COPY ?= $(OUTPUT)/shared
current_dir = $(shell pwd)
current_dir ?= $(shell pwd)
shared_files = $(wildcard $(SHARED)/*/*)
shared_copy_files = $(foreach path,$(shared_files),$(subst $(SHARED)/,$(SHARED_COPY)/,$(path)))