From 5bfabef613092587c56e3dde785b5fe90f1f6d1c Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 23 Mar 2021 14:02:35 +0100 Subject: [PATCH] Update static linking --- cmake/static_link.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/static_link.sh b/cmake/static_link.sh index 245081b6..328d71de 100644 --- a/cmake/static_link.sh +++ b/cmake/static_link.sh @@ -13,6 +13,7 @@ fi g++ -static "$@" -o "$target" \ libdwarfs.a \ + fsst/libfsst.a \ libmetadata_thrift.a \ libthrift_light.a \ libxxhash.a \