mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Update dependency onetbb to v2021.12.0
This commit is contained in:
parent
9839eb8598
commit
281c0061f5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class SupercellWxConan(ConanFile):
|
||||||
|
|
||||||
def requirements(self):
|
def requirements(self):
|
||||||
if self.settings.os == "Linux":
|
if self.settings.os == "Linux":
|
||||||
self.requires("onetbb/2021.10.0")
|
self.requires("onetbb/2021.12.0")
|
||||||
|
|
||||||
def imports(self):
|
def imports(self):
|
||||||
self.copy("*.dll", dst="bin", src="bin")
|
self.copy("*.dll", dst="bin", src="bin")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue