Closed makigumo closed 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.
target_family
target_os
This has been tested for the GUI and CLI version on Intel macOS.
Sorry about that 😅
Nice to know that rusty-psn works on macOS natively, thanks for the PR!
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 oftarget_os
.This has been tested for the GUI and CLI version on Intel macOS.