Fossil SCM
Tweak for 'internal-sqlite=0'.
Commit
98881d8970b25a039cf9a8546596dc791be8bab0
Parent
0e342184654d37b…
1 file changed
+1
M
auto.def
+1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -97,10 +97,11 @@ | ||
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | # Success. Update symbols and return. |
| 100 | 100 | # |
| 101 | 101 | define USE_SYSTEM_SQLITE 1 |
| 102 | + define-append LIBS -lsqlite3 | |
| 102 | 103 | define-append LIBS $extralibs |
| 103 | 104 | return |
| 104 | 105 | } |
| 105 | 106 | } |
| 106 | 107 | user-error "system sqlite3 not found" |
| 107 | 108 |
| --- auto.def | |
| +++ auto.def | |
| @@ -97,10 +97,11 @@ | |
| 97 | } |
| 98 | |
| 99 | # Success. Update symbols and return. |
| 100 | # |
| 101 | define USE_SYSTEM_SQLITE 1 |
| 102 | define-append LIBS $extralibs |
| 103 | return |
| 104 | } |
| 105 | } |
| 106 | user-error "system sqlite3 not found" |
| 107 |
| --- auto.def | |
| +++ auto.def | |
| @@ -97,10 +97,11 @@ | |
| 97 | } |
| 98 | |
| 99 | # Success. Update symbols and return. |
| 100 | # |
| 101 | define USE_SYSTEM_SQLITE 1 |
| 102 | define-append LIBS -lsqlite3 |
| 103 | define-append LIBS $extralibs |
| 104 | return |
| 105 | } |
| 106 | } |
| 107 | user-error "system sqlite3 not found" |
| 108 |