Skip to content

Commit

Permalink
fix(make): ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Aug 10, 2021
1 parent 1c71ab3 commit a41a103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export BUILD_REDPILL_LOADER_VERSION := $(shell [ "$(TARGET_VERSION)" == "6.
# Arguments for container run
####################################################

# ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
ROOT_DIR:='/volume1/homes/zh/app/redpill-tool-chain'
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
# ROOT_DIR:='/volume1/homes/zh/app/redpill-tool-chain'

# mount-bind host folder with absolute path into redpill-load cache folder
# will not work with relativfe path! If single name is used, a docker volume will be created!
Expand Down

0 comments on commit a41a103

Please sign in to comment.