Skip to content

Commit 4cda58a

Browse files
committed
fix layout
1 parent 8d44fa5 commit 4cda58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/libdnet/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _settings_build(self):
3535

3636

3737
def layout(self):
38-
basic_layout(self)
38+
basic_layout(self, src_folder="src")
3939

4040
def config_options(self):
4141
if self.settings.os == "Windows":

0 commit comments

Comments
 (0)