Skip to content

Commit

Permalink
changed src_folder back to src
Browse files Browse the repository at this point in the history
  • Loading branch information
Julianiolo committed May 14, 2024
1 parent a7a451c commit b80d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/librsvg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def configure(self):
self.settings.rm_safe("compiler.libcxx")

def layout(self):
basic_layout(self, src_folder="rsvg")
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("cairo/1.18.0", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit b80d750

Please sign in to comment.