dascandy / evoke

Magic build tool
Apache License 2.0
166 stars 17 forks source link

Initialize boolean members. #98

Closed xkbeyer closed 1 year ago

xkbeyer commented 1 year ago

Problem on Win64: A project with a libary wasn't build, because the main was build before the library. Reason: On Win non initialized boolean (debug mode) are interpreted as true. The isPredefComponent of the library component was initialized to true and therefore the library wasn't build as a dependency of the executable.

dascandy commented 1 year ago

I should look at these PRs more often. I think this is the bug I've been chasing for a few months now.

Thanks a ton!