• Martin Storsjö's avatar
    test: tiny_ssim: Don't include config.h · 52504909
    Martin Storsjö authored
    tiny_ssim is built for the build host, not for the target platform.
    Therefore, it mustn't include the config.h header, which is set up
    specifically for the target platform and compiler.
    
    This fixes cross building for older WinStore platforms, where
    config.h contains "#define getenv(x) NULL".
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    52504909