bamUtil icon indicating copy to clipboard operation
bamUtil copied to clipboard

Makefile should not ignore system LDFLAGS

Open bichkd opened this issue 5 years ago • 0 comments

If the compiler toolchain is in a non-standard location, the current Makefile does pick up the correct system includes from CFLAGS, but does not use the corresponding -L from LDFLAGS.

This produces a broken binary (linked against the wrong version of libstdc++).

bichkd avatar Jun 09 '20 01:06 bichkd