Fix compilation issue on macOS#1085
Conversation
4a99d0f to
7c7014d
Compare
7c7014d to
60ed762
Compare
|
@wvallet-ledger Could you please rebase your PR to trigger the CI once again? Thanks ! |
60ed762 to
4893dd8
Compare
|
@yogh333 For Rust apps, the environment variable still point to SDK repo |
@wvallet-ledger Yes, sorry, please rebase once again, made a final update that should definitely fix the issue. |
2320e36 to
4c9e3e7
Compare
4c9e3e7 to
991d1c2
Compare
|
@yogh333 Can we move on for this PR ? Still the Codecov job is not passing due to token issue: |
|
Hello, |
Description
I had issues to compile on application on macOS with the SDK. Due to specific needs, I require last SDK modification with specific API level that may not available on the docker image.
Here is the error I got during application compilation:
I fixed the issue by correcting the
uniqcommand that is not well interpreted by my environment and ensure that the WebUSB URL size is correctly generated. This fix has been tested on 3 macOS laptop, but it needs to be validated on Linux environment.Changes include
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it.
Additional comments