From 41790b5a57abbcf760178a22f452c91b1fe65ebd Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 4 Apr 2016 19:48:21 -0400 Subject: driver: host flavor settings: added ldpathenv. --- 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 beeda86..8bbce8c 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -133,6 +133,7 @@ struct slbt_flavor_settings { const char * exesuffix; const char * impprefix; const char * impsuffix; + const char * ldpathenv; }; struct slbt_common_ctx { -- cgit v1.2.3