Skip to content

Updating wcslib and swig to fix MacOS build errors

Robert Lancaster requested to merge (removed):master into master

With the latest craft recipes, swig now fails to build on MacOS because it cannot find PCRE and wcslib fails because one of the header files declares a variable based on a nonexistent data type name. This merge request should fix both of those issues and will allow us to use them for building KStars on MacOS

Merge request reports