Force mboxd to always link with $(CC)
Linking with CXX breaks building on toolchains without c++ support, even when you point CXX to CC. Therefore, force always link with CC (it should work even if c++ code is being linked in).
Showing
Please register or sign in to comment