From 4fbedf47a9676dc5177bfdcf0f4d63998a00c2b8 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 14 Jan 2024 12:34:08 -0700 Subject: [PATCH] don't hardcode project path --- templates/jlcpcb_template/sym-lib-table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jlcpcb_template/sym-lib-table b/templates/jlcpcb_template/sym-lib-table index 81ab05c..f032f03 100644 --- a/templates/jlcpcb_template/sym-lib-table +++ b/templates/jlcpcb_template/sym-lib-table @@ -1,4 +1,4 @@ (sym_lib_table (version 7) - (lib (name "bh")(type "KiCad")(uri "/home/brendan/Documents/projects/bhht/common_libraries/bh.kicad_sym")(options "")(descr "")) + (lib (name "bh")(type "KiCad")(uri "${KIPRJMOD}/../common_libraries/bh.kicad_sym")(options "")(descr "")) )