blackmagic-debug / blackmagic

In application debugger for ARM Cortex microcontrollers.
GNU General Public License v3.0
3.22k stars 767 forks source link

meson: add C++ compiler entry to the default cross files #1849

Closed amyspark closed 3 months ago

amyspark commented 3 months ago

Detailed description

This will enable building libftdi's C++ component with the correct compiler, avoiding the defaulting to C++03 on macOS, once https://github.com/blackmagic-debug/libftdi/pull/2 and https://github.com/blackmagic-debug/libusb/pull/3 are merged.

cc @dragonmux

Your checklist for this pull request

Closing issues