Don't keep path for Conan libraries, as we're now removing old folders in CI.
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:
parent
79d2f543fb
commit
6e498429f9
@ -28,8 +28,8 @@ class CreatureLibConan(ConanFile):
|
||||
|
||||
def package(self):
|
||||
self.copy("*.hpp", dst="include", src="src")
|
||||
self.copy("*.dll", dst="bin")
|
||||
self.copy("*.so", dst="lib")
|
||||
self.copy("*.dll", dst="bin", keep_path=False)
|
||||
self.copy("*.so", dst="lib", keep_path=False)
|
||||
|
||||
def package_info(self):
|
||||
self.cpp_info.libs = ["CreatureLibCore", "CreatureLibLibrary", "CreatureLibBattling"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user