From 481d4536e72de78b3ba34f53eecbe01fe7ab9581 Mon Sep 17 00:00:00 2001 From: milahu Date: Sat, 11 Feb 2023 11:41:42 +0100 Subject: [PATCH] meson: Install runtime header tcclib.h --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 93f0be3..96b9b13 100644 --- a/meson.build +++ b/meson.build @@ -95,6 +95,7 @@ endif install_headers('libtcc.h') runtime_headers = [ + 'tcclib.h', 'include/float.h', 'include/ptrauth.h', 'include/stdalign.h',