From 956eba08f32f04de9f40274867f25f488d222791 Mon Sep 17 00:00:00 2001 From: bwack Date: Sat, 15 Jun 2019 19:17:13 +0200 Subject: [PATCH] Fix: missing c64board/parts.lib due to use of absolute path If you clone this repo on another machine than reinhards, it will show up with an error, and the symbols will have to be recovered. Using the project path environment makes the project more portable. --- c64mod/c64board/sym-lib-table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c64mod/c64board/sym-lib-table b/c64mod/c64board/sym-lib-table index f4491b6..cecbcf8 100644 --- a/c64mod/c64board/sym-lib-table +++ b/c64mod/c64board/sym-lib-table @@ -1,3 +1,3 @@ (sym_lib_table - (lib (name parts)(type Legacy)(uri C:/Users/Reinhard/Documents/GitHub/A-VideoBoard/c64mod/c64board/parts.lib)(options "")(descr "")) + (lib (name parts)(type Legacy)(uri ${KIPRJMOD}/parts.lib)(options "")(descr "")) )