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 May 3, 2024
1 parent 6c0e040 commit 81e39c5
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 81e39c5

Please sign in to comment.