From 11e2771a23a1f20df8d6a371c3c889b174609576 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 11 Jul 2018 06:18:35 +0000
Subject: compile & link modes: accommodate conceptually challenged, PICky
 targets.

---
 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 2db22b9..e413602 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -215,6 +215,7 @@ struct slbt_flavor_settings {
 	const char *			impprefix;
 	const char *			impsuffix;
 	const char *			ldpathenv;
+	char *				picswitch;
 };
 
 struct slbt_common_ctx {
-- 
cgit v1.2.3