Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build.gn for Chromium framework (I think!?) so we can find Syp…
…hon.framework for linking. We still need to properly copy the bundle resources (Syphon.framework) and correctly run install_name_tool but we are doing that manually with the loader flags as : Mayalls-Object:~ vade$ install_name_tool -change Frameworks/Syphon.framework/Versions/A/Syphon @loader_path/Frameworks/Syphon.framework/Versions/A/Syphon /Users/vade/Documents/Chromium/chromium/src/out/Default/Chromium.app/Contents/Versions/58.0.2994.0/Chromium\ Framework.framework/Chromium\ Framework Assuming the Frameworks/Syphon.framework is next to the Chromium Framework binary.
- Loading branch information