zeux/pugixml

[BUG] Make stopped with error.

jiangqucheng opened this issue · 2 comments

Some environments have $(CXX) default with lots of preset switches, i.e. $(CXX) = [GCC] -<preset params> -<preset params> ..., which is an obstacle to build from makefile.

Add a firstword() wrapper in CXX.
image

No harm to other platforms with a one-word CXX.

zeux commented

Yup this makes sense, feel free to submit a PR to fix this