google / shaderc-rs

Rust bindings for the shaderc library.
https://docs.rs/shaderc
Apache License 2.0
261 stars 64 forks source link

fixing aarch64 simulator detection #110

Closed geertbleyen closed 3 years ago

geertbleyen commented 3 years ago

Fixing detection of iOS simulator on arm64 (Xcode on M1 Macos). Rust's nightly has a aarch64-apple-ios-sim target, which doesn't get assigned to correct sdk without this fix,

googlebot commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

antiagainst commented 3 years ago

Hi @geertbleyen thanks for the fix! Would you mind to sign the CLA so I can merge it?

geertbleyen commented 3 years ago

Hi @geertbleyen thanks for the fix! Would you mind to sign the CLA so I can merge it?

Since this the first time someone for my company has contributed to a Google repo, this CLA is under review by our legal department. Not sure when I'll get the go/no-go 😐.

antiagainst commented 3 years ago

Okay thanks for the update! :)

geertbleyen commented 3 years ago

@antiagainst , the CLA has been signed and submitted.

geertbleyen commented 3 years ago

@googlebot I signed it!

googlebot commented 3 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.