Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
xakod committed Mar 3, 2023
1 parent 8d44fa5 commit 4cda58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libdnet/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _settings_build(self):


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

def config_options(self):
if self.settings.os == "Windows":
Expand Down

0 comments on commit 4cda58a

Please sign in to comment.