Sunday, January 28, 2024

scons CPP parser vs dpb junking

Since the import of games/godot4 there have been at least two build
failures that naddy reported to me. Both stems from the same issue:
scons' CPP parser limitations.

In a nutsell, given the following bit of code

#ifdef USE_FOO
# include <foo.h>

No comments:

Post a Comment