1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Update the help text to account for [35b1c32f80b9].

FossilOrigin-Name: f2e7355d87450f9a4d98390cf9d830e9902105048f9308e02c597190ecf2a594
This commit is contained in:
stephan
2025-02-22 17:33:18 +00:00
parent cbdbf534a3
commit fdb2bdc2a3
3 changed files with 11 additions and 11 deletions

View File

@ -1409,8 +1409,8 @@ proc sqlite-handle-env-quirks {} {
# Imply --out-implib=auto
proj-indented-notice [subst -nocommands -nobackslashes {
NOTICE: auto-enabling --out-implib for $host.
Use --out-implib=none to disable it or --out-implib=auto
to squelch this notice.
Use --out-implib=none to disable this special case
or --out-implib=auto to squelch this notice.
}]
proj-opt-set out-implib auto
}
@ -1418,8 +1418,8 @@ proc sqlite-handle-env-quirks {} {
# Imply --dll-basename=auto
proj-indented-notice [subst -nocommands -nobackslashes {
NOTICE: auto-enabling --dll-basename for $host.
Use --dll-basename=none to disable it or --dll-basename=auto
to squelch this notice.
Use --dll-basename=default to disable this special case
or --dll-basename=auto to squelch this notice.
}]
proj-opt-set dll-basename auto
}