Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #225 - zhengrenzhe:master, r=jdm
add target dependencies for apple m1 i build servo on my apple m1 macbook, but got error `error[E0463]: can't find crate for 'objc' ` when compile surfman, so i add the target dependencies for apple m1. i have already build passed and tested on my m1 macbook with command: ``` cargo build -p surfman cargo test --lib ```
- Loading branch information