bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

cpp is a preprocessor, don't try to compile with it #383

Closed Kojoley closed 3 months ago

Kojoley commented 4 months ago

It dpesn't support multiple input files, leading to an error: cpp: fatal error: too many input files

Fixes https://github.com/bfgroup/b2/issues/323 Fixes https://github.com/boostorg/build/issues/613 Fixes https://github.com/boostorg/build/issues/614

grafikrobot commented 4 months ago

Well, wow, that was a silly mistake on my part!