Skip to content

Commit aecadbc

Browse files
committed
update makefile help message
1 parent 30183d2 commit aecadbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ clean:
224224
help:
225225
@echo "SQLite AI Extension Makefile"
226226
@echo "Usage:"
227-
@echo " make [PLATFORM=platform] [ARCH=arch] [ANDROID_NDK=\$$ANDROID_HOME/ndk/26.1.10909125] [target]"
227+
@echo " make [PLATFORM=platform] [ARCH=arch] [ANDROID_NDK=\$$ANDROID_HOME/ndk/26.1.10909125] [target] [LLAMA=options] [WHISPER=options] [MINIAUDIO=options]"
228228
@echo ""
229229
@echo "Platforms:"
230230
@echo " linux (default on Linux)"

src/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,4 @@ bool parse_keyvalue_string (const char *str, keyvalue_callback callback, void *x
526526
}
527527

528528
return true;
529-
}
529+
}

0 commit comments

Comments
 (0)