X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shared%2Fmeson.build;h=5653528521b290e12c944a0640c75beb54cdb469;hb=948d715655a84b93d8292e64731ea3c32b45deb7;hp=4692d0114d1b9243aaeaf4675f8c427a65337a8d;hpb=f9a11c73b0c2ff2d44d79f856998f8cbfc88a478;p=nageru 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@'])