Fix conflict with X

This commit is contained in:
Inori 2019-07-31 09:45:12 -04:00
parent 2ec1e444c0
commit cc983a2333
2 changed files with 4 additions and 2 deletions

View file

@ -43,7 +43,9 @@
#include <zlib.h>
#include <SDL_filesystem.h>
#ifdef __WIN32__
#include <SDL_syswm.h>
#endif
extern const char module_rpg1[];
extern const char module_rpg2[];

View file

@ -1,4 +1,4 @@
project('mkxpz', 'cpp', version: '1.0')
project('mkxp-z', 'cpp', version: '1.0')
xxd = find_program('xxd')
host_system = host_machine.system()
@ -27,7 +27,7 @@ elif host_system == 'darwin'
endif
endif
executable('@0@-@1@_@2@'.format(meson.project_name(), host_system, host_machine.cpu_family()),
executable(meson.project_name(),
sources: all_sources,
dependencies: [main_dependencies, binding_dependencies],
include_directories: include_dirs