From a7c284833dbc1c38c5d00609c3307380abe55ea0 Mon Sep 17 00:00:00 2001 From: Joe McBride Date: Thu, 17 Nov 2016 17:07:20 -0800 Subject: [PATCH] Update modulemap for OSX 10.11 and Xcode 7 --- GlimpseXML/module.modulemap | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/GlimpseXML/module.modulemap b/GlimpseXML/module.modulemap index 3bc112d..43290b2 100644 --- a/GlimpseXML/module.modulemap +++ b/GlimpseXML/module.modulemap @@ -1,14 +1,14 @@ module libxml2 { - header "/usr/include/libxml2/libxml/xmlexports.h" - header "/usr/include/libxml2/libxml/xmlversion.h" - header "/usr/include/libxml2/libxml/parser.h" - header "/usr/include/libxml2/libxml/xmlIO.h" - header "/usr/include/libxml2/libxml/xinclude.h" - header "/usr/include/libxml2/libxml/tree.h" - header "/usr/include/libxml2/libxml/xmlreader.h" - header "/usr/include/libxml2/libxml/xpath.h" - header "/usr/include/libxml2/libxml/xpathinternals.h" - header "/usr/include/libxml2/libxml/xmlstring.h" - header "/usr/include/libxml2/libxml/HTMLParser.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xmlexports.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xmlversion.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/parser.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xmlIO.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xinclude.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/tree.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xmlreader.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xpath.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xpathinternals.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/xmlstring.h" + header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/libxml/HTMLParser.h" export * }