meson: build unicode_gen with host compiler

master
Daniel Kolesa 2018-10-28 00:22:49 +02:00
parent 3906e5f1ee
commit 875172e0d8
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ libostd_gen_unicode_exe = executable('gen_unicode',
['../gen_unicode.cc'],
include_directories: libostd_includes,
cpp_args: '-DOSTD_GEN_UNICODE_BUILD',
install: false
install: false,
native: true
)
libostd_extra_src = []