Skip to content

Commit

Permalink
azure-storage-cpp: fix build_script_folder
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 4, 2023
1 parent 4611f7e commit 882f0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/azure-storage-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _patch_sources(self):
def build(self):
self._patch_sources()
cmake = CMake(self)
cmake.configure(build_script_folder=self.export_sources_folder)
cmake.configure(build_script_folder=self.source_folder.parent)
cmake.build()

def package(self):
Expand Down

0 comments on commit 882f0f9

Please sign in to comment.