From 26ea30b3aa10c572acb726eff9b833e443eb46e2 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Apr 2016 08:59:40 -0400 Subject: link mode: added .lai support via a symlink to the .la library wrapper. --- 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 091ec79..1430fdc 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -119,6 +119,7 @@ struct slbt_exec_ctx { char * ltobjname; char * arfilename; char * lafilename; + char * laifilename; char * dsofilename; char * deffilename; char * dimpfilename; -- cgit v1.2.3