mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 21:45:32 +02:00
Fix conflict with X
This commit is contained in:
parent
2ec1e444c0
commit
cc983a2333
2 changed files with 4 additions and 2 deletions
|
@ -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[];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue