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 * }