From 875172e0d8c4d37908e890f0fe133cf6b5a26c70 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 28 Oct 2018 00:22:49 +0200 Subject: [PATCH] meson: build unicode_gen with host compiler --- src/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 6997c55..28f9364 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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 = []