Skip to content

Commit

Permalink
Set src_folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahajha committed Nov 11, 2023
1 parent 244b84b commit 686a648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tinyalsa/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TinyAlsaConan(ConanFile):
default_options = {'shared': False}

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

def validate(self):
if self.settings.os != "Linux":
Expand Down

0 comments on commit 686a648

Please sign in to comment.