From 7aa6f9bd3fc8f0065f1be2b7addf68e17ef8b455 Mon Sep 17 00:00:00 2001 From: Aurabindo J Date: Mon, 27 Nov 2017 15:07:29 +0530 Subject: [PATCH] Fix symbol library table URI for video demo Signed-off-by: Aurabindo J --- demos/video/sym-lib-table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/video/sym-lib-table b/demos/video/sym-lib-table index ef905191ea..4172180012 100644 --- a/demos/video/sym-lib-table +++ b/demos/video/sym-lib-table @@ -1,3 +1,3 @@ (sym_lib_table - (lib (name video_schlib)(type Legacy)(uri F:/kicad-launchpad/git_testing/demos/video/libs/video_schlib.lib)(options "")(descr "")) + (lib (name video_schlib)(type Legacy)(uri ${KIPRJMOD}/libs/video_schlib.lib)(options "")(descr "")) )