From 4c623af719f5f706734aca1bec121bdd7248ad79 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 16 Aug 2018 21:11:24 -0600 Subject: [PATCH] add a project.lht template to force use of altusmetrum footprint library --- lihata/project.lht | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lihata/project.lht diff --git a/lihata/project.lht b/lihata/project.lht new file mode 100644 index 0000000..948c273 --- /dev/null +++ b/lihata/project.lht @@ -0,0 +1,9 @@ +li:pcb-rnd-conf-v1 { + ha:overwrite { + ha:rc { + li:library_search_paths { + ../altusmetrum/packages + } + } + } +} -- 2.30.2