mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-07 16:23:02 +00:00
fix: use iggy_stubs. if iggy is disbaled
This commit is contained in:
parent
1bad0a3048
commit
d1ac89c6ca
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue