From 69ca346ecb6d52febde969af332142131a501d33 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 21 Jun 2019 22:11:39 +0200 Subject: [PATCH] Fix cross-compilation. Patch from Helmut Grohne. --- shared/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/meson.build b/shared/meson.build index 4692d01..5653528 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -31,7 +31,7 @@ shareddep = declare_dependency( include_directories: top_include, link_with: [shared, protobuf_lib]) -bin2h = executable('bin2h', 'bin2h.cpp') +bin2h = executable('bin2h', 'bin2h.cpp', native: true) bin2h_gen = generator(bin2h, \ output : ['@PLAINNAME@.cpp'], arguments : ['@INPUT@', '@PLAINNAME@', '@OUTPUT@']) -- 2.39.2