Fixes for Windows build.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user