RainbowCookie32 / rusty-psn

A GUI/CLI tool for downloading PS3 and PS4 game updates
MIT License
379 stars 17 forks source link

utils.rs: use target_family instead of target_os #242

Closed makigumo closed 3 months ago

makigumo commented 3 months ago

This PR restores compatibility with macOS.

Commit 06229d854136718cdb5d6841ad39d11c49d5bd8f implicitly reduced the buildability to the windows and linux platforms.

This PR is trying to improve build support with the broadest possible platform support, by using target_family instead of target_os.

This has been tested for the GUI and CLI version on Intel macOS.

RainbowCookie32 commented 3 months ago

Sorry about that 😅

Nice to know that rusty-psn works on macOS natively, thanks for the PR!