Skip to content

Commit

Permalink
Update recipes/util-linux-libuuid/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
  • Loading branch information
basiliscos and AbrilRBS authored Oct 24, 2024
1 parent 3347eff commit a8986a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/util-linux-libuuid/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class UtilLinuxLibuuidConan(ConanFile):
default_options = {
"shared": False,
"fPIC": True,
"with_python_bindings": False,
"with_python_bindings": True,
}

@property
Expand Down

0 comments on commit a8986a7

Please sign in to comment.