Fixes for Windows build.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-07-18 14:42:03 +02:00
parent e8f3f93806
commit 9a6e7e2aa2
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

View File

@ -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):