diff options
author | stephan <stephan@noemail.net> | 2025-07-11 19:52:36 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-07-11 19:52:36 +0000 |
commit | 1b8f6558f8b54a43b1a5f2c6d9eb59cb0a7aeda4 (patch) | |
tree | 849d753d5e88264908e272ad867dd6d8786b6ec1 /ext/wasm/GNUmakefile | |
parent | 69b5674b40932e483ba90e8c63d15901eae408e9 (diff) | |
parent | 1f68085849b247a6a1773603cd56d915a1c5ce92 (diff) | |
download | sqlite-master.tar.gz sqlite-master.zip |
wasm: introduce the sqlite3.oo1.DB.wrapHandle() and Stmt.wrapHandle() APIs, which enable clients to wrap (sqlite3*) resp. (sqlite3_stmt*) pointers in their oo1 API counterparts, optionally with or without taking over ownership of the pointer.HEADmaster
FossilOrigin-Name: e5d079549594ca44852773b8919894866394e47ad725dadc7f65242413a219d3
Diffstat (limited to 'ext/wasm/GNUmakefile')
-rw-r--r-- | ext/wasm/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/GNUmakefile b/ext/wasm/GNUmakefile index 0ae814c2d..51a6bf965 100644 --- a/ext/wasm/GNUmakefile +++ b/ext/wasm/GNUmakefile @@ -429,7 +429,7 @@ define SQLITE.CALL.C-PP.FILTER $(2): $(1) $$(MAKEFILE_LIST) $$(bin.c-pp) @mkdir -p $$(dir $$@) $$(bin.c-pp) -f $(1) -o $$@ $(3) $(SQLITE.CALL.C-PP.FILTER.global) -#CLEAN_FILES += $(2) +CLEAN_FILES += $(2) endef # /end SQLITE.CALL.C-PP.FILTER ######################################################################## |