From 8f6ecb0d51c79ee827062c9b6b9d165a13afe481 Mon Sep 17 00:00:00 2001 From: geisserml Date: Sat, 2 Mar 2024 18:14:27 +0100 Subject: [PATCH] readme/caller-datafiles: update ctypesgen command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 257531a1b..d052a55d1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ pypdfium2 includes helpers to simplify common use cases, while the raw PDFium/ct ```bash # Call ctypesgen (see --help or packaging_base.py::run_ctypesgen() for further options) # Reminder: you'll want to use the pypdfium2-team fork of ctypesgen - ctypesgen --library pdfium --runtime-libdirs $MY_LIBDIRS --headers $MY_INCLUDE_DIR/fpdf*.h -o src/pypdfium2_raw/bindings.py --strip-build-path=. [-D $MY_FLAGS] + ctypesgen --library pdfium --runtime-libdirs $MY_LIBDIRS --headers $MY_INCLUDE_DIR/fpdf*.h -o src/pypdfium2_raw/bindings.py [-D $MY_FLAGS] # Write the version file (fill the placeholders). # Note, this is not a mature interface yet and might change!