exclude ColorSync from the build as it's complicated to link against it (let's enable it again if someone complains)

This commit is contained in:
Laurent Sansonetti
2013-10-30 00:39:36 +01:00
parent 649d9d2e84
commit a135df9cfa

View File

@@ -81,7 +81,7 @@ def merge_bridgesupport(base_bridgesupport, merge_brigesupport)
}
end
EXCLUDED_FRAMEWORKS = ['Kernel', 'System', 'IOKit', 'Carbon', 'Ruby', 'RubyCocoa', 'vecLib']
EXCLUDED_FRAMEWORKS = ['Kernel', 'System', 'IOKit', 'Carbon', 'Ruby', 'RubyCocoa', 'vecLib', 'ColorSync']
task :bridgesupport_files do
platform_dev_path = "#{PLATFORMS_DIR}/MacOSX.platform/Developer"
OSX_SDK_VERSIONS.each do |sdk_version|