Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linker script incorrectly selected for bare-metal profile
mbed-os and mbed-baremetal library targets both are created, so we cannot use if(TARGET mbed-os) or if(TARGET mbed-baremetal) to determine which one the application target links to. Instead, determine by checking application target's LINK_LIBRARIES property.
- Loading branch information