Actions
Emulator Issues #9208
closedmake install installs mbedtls if compiled from Externals
% Done:
0%
Operating system:
Linux
Issue type:
Bug
Milestone:
Current
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
Yes
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Subject should have all the info: cmake && make install will try to install mbedtls if it's being built from Externals. We shouldn't be installing anything that we're building for ourselves from Externals, it should just be statically linked. Probably needs some patching in mbedtls' CMake configuration.
Updated by delroth over 9 years ago
- Assignee set to delroth
- Operating system Linux added
- Operating system deleted (
N/A)
I'll try to find some time to fix that one. If someone wants, please just grab the bug from me and send a PR.
Updated by Sonicadvance1 about 9 years ago
- Status changed from Accepted to Fix pending
Updated by JosJuice about 9 years ago
- Status changed from Fix pending to Fixed
Actions