LedgerHQ / ledger-dev-doc

DEPRECATED - please use https://github.com/LedgerHQ/developer-portal
30 stars 33 forks source link

Remove BOLOS_ENV environment variable #31

Closed pcollet-ledger closed 4 years ago

pcollet-ledger commented 4 years ago

BOLOS_ENV environment variable is not always used by SDK's Makefiles. Resulting in inconsistent behaviors when building apps with different SDKs.

Using the default behavior (resolving gcc and clang path using PATH environment variable) and removing the use of BOLOS_ENV is more consistent.