mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Merge pull request #189 from dpaulat/renovate/onetbb-2021.x
Update dependency onetbb to v2021.12.0
This commit is contained in:
commit
201010a5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class SupercellWxConan(ConanFile):
|
|||
|
||||
def requirements(self):
|
||||
if self.settings.os == "Linux":
|
||||
self.requires("onetbb/2021.10.0")
|
||||
self.requires("onetbb/2021.12.0")
|
||||
|
||||
def imports(self):
|
||||
self.copy("*.dll", dst="bin", src="bin")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue