Skip to content

Commit

Permalink
[cairomm] fix reference to source subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Sep 1, 2022
1 parent f009da7 commit 1238775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cairomm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _patch_sources(self):
# conformant! see:
# https://developercommunity.visualstudio.com/t/error-c2760-in-combaseapih-with-windows-sdk-81-and/185399
files.replace_in_file(self,
os.path.join(self._source_subfolder, "meson.build"),
os.path.join(self.source_subfolder, "meson.build"),
"cpp_std=c++", "cpp_std=vc++")

def config_options(self):
Expand Down

0 comments on commit 1238775

Please sign in to comment.