Always use native XXD

This commit is contained in:
Inori 2019-08-04 12:00:20 -04:00
parent 4b48aa071c
commit ff4df0df56

View file

@ -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')