diff --git a/build_tools/fish_xgettext.fish b/build_tools/fish_xgettext.fish index cdb8b82b8..6d384560a 100755 --- a/build_tools/fish_xgettext.fish +++ b/build_tools/fish_xgettext.fish @@ -27,7 +27,7 @@ begin else set rust_extraction_file (mktemp) # We need to build to ensure that the proc macro for extracting strings runs. - FISH_GETTEXT_EXTRACTION_FILE=$rust_extraction_file cargo check --no-default-features --features=gettext-extract + FISH_GETTEXT_EXTRACTION_FILE=$rust_extraction_file cargo check --features=gettext-extract or exit 1 end