Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
address @Croydon review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec authored and Croydon committed Dec 17, 2019
1 parent 817e803 commit 4a7533d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def source(self):
os.rename(archive_name, self._source_subfolder)

# Patch for boost 1.70+ support
# TODO: will not be necessary anymore with websocket release > 0.8.1
for patch in ["websocket_boost_support_1_7_x.patch"]:
tools.patch(patch_file=os.path.join("patches", patch),
base_path=os.path.join(self.source_folder, self._source_subfolder))
Expand Down

0 comments on commit 4a7533d

Please sign in to comment.