Fixes for Windows build.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-18 14:42:03 +02:00
parent e8f3f93806
commit 9a6e7e2aa2

View File

@@ -37,7 +37,7 @@ class PkmnLibConan(ConanFile):
def imports(self): def imports(self):
if self.settings.os == "Windows": if self.settings.os == "Windows":
self.copy("*.dll", "bin", "bin") self.copy("*.dll", "", "bin")
def configure(self): def configure(self):