mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Always use native XXD
This commit is contained in:
parent
4b48aa071c
commit
ff4df0df56
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
project('mkxp-z', 'cpp', version: '1.0')
|
||||
|
||||
xxd = find_program('xxd')
|
||||
xxd = find_program('xxd', native: true)
|
||||
host_system = host_machine.system()
|
||||
compiler = meson.get_compiler('cpp')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue