fix: deindent cCompile

This commit is contained in:
Richard Ramos 2020-05-26 10:40:20 -04:00
parent cd6c574fca
commit 238651016e
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ static:
# uses va_list which is undefined
cSkipSymbol(@[
"sqlite3_version",
# uses va_list which is undefined
"sqlite3_vmprintf",
"sqlite3_vsnprintf",
@ -28,7 +29,7 @@ static:
cDefine("SQLITE_HAS_CODEC")
cCompile(baseDir / "sqlite3.c")
cCompile(baseDir / "sqlite3.c")
cPlugin:
import strutils