Fixes for Windows build.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e8f3f93806
commit
9a6e7e2aa2
|
@ -37,7 +37,7 @@ class PkmnLibConan(ConanFile):
|
|||
|
||||
def imports(self):
|
||||
if self.settings.os == "Windows":
|
||||
self.copy("*.dll", "bin", "bin")
|
||||
self.copy("*.dll", "", "bin")
|
||||
|
||||
|
||||
def configure(self):
|
||||
|
|
Loading…
Reference in New Issue