From af7db9ab05e0c5ffd09135467960721f06338a53 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 29 Apr 2016 12:00:49 -0400 Subject: driver: added compatible -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 30ad927..38405a0 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -157,6 +157,7 @@ struct slbt_host_params { const char * ar; const char * ranlib; const char * dlltool; + const char * ldrpath; }; struct slbt_flavor_settings { -- cgit v1.2.3