Skip to content

Commit 1403e82

Browse files
committed
Use abspath with subrepo
1 parent 2dd49d7 commit 1403e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BIN_DIR := $(CACHE_DIR)/bin
55
CONFIG_DIR := $(CACHE_DIR)/config
66
TARGET_DIR := $(CACHE_DIR)/targets
77

8-
VBCC_REPO := $(CACHE_DIR)/vbcc_vasm_vlink
8+
VBCC_REPO := $(abspath $(CACHE_DIR)/vbcc_vasm_vlink)
99

1010
VASM := $(CACHE_DIR)/bin/vasmm68k_mot
1111
VLINK := $(CACHE_DIR)/bin/vlink

0 commit comments

Comments
 (0)