File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ fossil: ## Grabs latest trunk from SQLite source control, extracts and builds in
199199# the funky test stuff is to exit successfully when grep has rc==1 since that means no lines found.
200200showsymbols : # # Finds any C symbols that aren't static(private)
201201 rm -f apsw/__init__` $( PYTHON) -c " import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))" `
202- $(PYTHON ) setup.py fetch --all --version=$(SQLITEVERSION ) build_ext --inplace --force --enable-all-extensions
202+ $(PYTHON ) setup.py fetch --all --version=$(SQLITEVERSION ) build_ext --inplace --force --enable-all-extensions --enable=column_metadata
203203 test -f apsw/__init__` $( PYTHON) -c " import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))" `
204204 set +e; nm --extern-only --defined-only apsw/__init__` $( PYTHON) -c " import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))" ` | egrep -v ' (__bss_start|_edata|_end|_fini|_init|initapsw|PyInit_apsw)$$' ; test $$? -eq 1 || false
205205 test -f apsw/_unicode` $( PYTHON) -c " import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))" `
You can’t perform that action at this time.
0 commit comments