fix: use iggy_stubs. if iggy is disbaled

This commit is contained in:
Tropical 2026-03-15 16:15:16 -05:00
parent 1bad0a3048
commit d1ac89c6ca
2 changed files with 6 additions and 1 deletions

View file

@ -31,4 +31,8 @@
#include "d3d11_stubs.h"
#include "xbox_stubs.h"
#endif // STUBS_H
#ifndef _ENABLEIGGY
#include "iggy_stubs.h"
#endif
#endif // STUBS_H

View file

@ -1,5 +1,6 @@
project('4jcraft-chucklegrounds', ['cpp', 'c'],
version : '0.1.0',
meson_version: '>= 1.1',
default_options : [
'warning_level=0',
'buildtype=debug', # for now