From 9ed351c0b483c7eb9a3fc3590cbf573fbbb1a654 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Sat, 6 Jan 2024 23:21:32 -0500 Subject: [PATCH] build: static `hipo4` --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index aada99782..d1055b72a 100644 --- a/meson.build +++ b/meson.build @@ -14,7 +14,7 @@ project_description = 'Implementation Guardian of Analysis Algorithms' # resolve dependencies fmt_dep = dependency('fmt', version: '>=9.1.0', method: 'pkg-config') -hipo_dep = dependency('hipo4', version: '>=4.0.1', method: 'pkg-config') +hipo_dep = dependency('hipo4', version: '>=4.0.1', method: 'pkg-config', static: true) # general project vars project_lib_rpath = '$ORIGIN'