Skip to content

Commit

Permalink
add patch_user (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Aug 28, 2023
1 parent eb4f16a commit 5a09afe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reference/tools/files/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ With different patches for different versions:
ret = g_test_run ();
- patch_file: "patches/0003-fix-content-length-calculation.patch"
For each patch, a ``patch_file``, a ``patch_string`` or a ``patch_user`` field must be provided. The first two are automatically applied by ``apply_conandata_patches()``, while ``patch_user`` are ignored, and must be handled by the user directly in the ``conanfile.py`` recipe.


conan.tools.files.export_conandata_patches()
--------------------------------------------

Expand Down

0 comments on commit 5a09afe

Please sign in to comment.