From a754372f8447db7c9fc56c7ee99671b481041197 Mon Sep 17 00:00:00 2001 From: kkm Date: Wed, 30 May 2018 01:28:18 -0700 Subject: [PATCH] Force entire fst library when linking binaries As fst-types.cc has been split off, and only declares static registry objects, these never made it into the binaries, so that the readers for the FST types were unavailable. --- src/openfst.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/openfst.props b/src/openfst.props index d37a97f..3693c15 100644 --- a/src/openfst.props +++ b/src/openfst.props @@ -106,6 +106,10 @@ Console + + /WHOLEARCHIVE:libfst %(AdditionalOptions) true