Skip to content

Commit

Permalink
Fix static linking with openfst
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Apr 24, 2024
1 parent b7929e0 commit 05b8e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ timespec diff(timespec start, timespec end){
return temp;
}

DEFINE_bool (help, false, "show usage information");
DECLARE_bool (help);
void PhonetisaurusSetFlags (const char* usage, int* argc, char*** argv,
bool remove_flags) {
//Workaround for Apple's. It just skips all the options processing.
Expand Down

0 comments on commit 05b8e83

Please sign in to comment.