mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-30 17:43:26 +08:00
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:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user