-
- Downloads
Include config.h first
The autotools build system uses "-include ./config.h" which makes the macros defined in config.h available already without including config.h directly. But for meson build system this isn't the case so we need to move config.h before any #if that we have below.
Loading
Please register or sign in to comment