Skip to content
Snippets Groups Projects
Unverified Commit 91af4aa0 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

super: migrate xml2 cmake to mac/super

Looks like it was accidentally left behind (?)
parent 706e7e71
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,6 @@ module Superenv
def determine_cmake_include_path
paths = []
paths << "#{effective_sysroot}/usr/include/libxml2" unless deps.any? { |d| d.name == "libxml2" }
paths += homebrew_extra_cmake_include_paths
paths.to_path_s
end
......
......@@ -55,6 +55,7 @@ module Superenv
def homebrew_extra_cmake_include_paths
paths = []
paths << "#{effective_sysroot}/usr/include/libxml2" unless deps.any? { |d| d.name == "libxml2" }
paths << "#{effective_sysroot}/usr/include/apache2" if MacOS::Xcode.without_clt?
paths << MacOS::X11.include.to_s << "#{MacOS::X11.include}/freetype2" if x11?
paths << "#{effective_sysroot}/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment