Fix macos missing dylib file #1066

Merged
qurious-pixel merged 1 commit from libusb into main 2024-01-16 10:51:13 -03:00
qurious-pixel commented 2024-01-15 22:51:36 -03:00 (Migrated from github.com)
Fixes https://github.com/cemu-project/Cemu/issues/1065
JaimieVandenbergh commented 2024-01-16 07:13:46 -03:00 (Migrated from github.com)

Launches and works/plays fine on macOS 14/M1. libusb included in package.
image

Launches and works/plays fine on macOS 14/M1. libusb included in package. <img width="660" alt="image" src="https://github.com/cemu-project/Cemu/assets/82263742/32c8b842-5b76-4262-a10d-0a8ae4a62c27">
Exzap commented 2024-01-16 10:40:44 -03:00 (Migrated from github.com)

The overlay port is probably not necessary if we just exclude libusb from vcpkg.json like this:

    {
      "name": "libusb",
      "platform": "!osx"
    }

Edit: nvm, I am not sure what exactly you changed in the overlay port but it still seems to be installed from vcpkg so forget what I said.

But at any rate this works so lets not delay it any longer.

The overlay port is probably not necessary if we just exclude libusb from vcpkg.json like this: ``` { "name": "libusb", "platform": "!osx" } ``` Edit: nvm, I am not sure what exactly you changed in the overlay port but it still seems to be installed from vcpkg so forget what I said. But at any rate this works so lets not delay it any longer.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#1066
No description provided.