From 9c664df6999ec7a3a4bf3bc544605a40701a487d Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Mar 2016 10:55:22 -0400 Subject: driver: added -rpath support. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 963b9e9..002a278 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -118,6 +118,7 @@ struct slbt_common_ctx { enum slbt_warning_level warnings; const char * target; const char * output; + const char * rpath; char ** targv; char ** cargv; }; -- cgit v1.2.3