Skip to content

Commit

Permalink
[conan] Remove instructions for mac os which is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Oct 8, 2022
1 parent 1dbf55d commit d6726e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def imports(self):
self.copy("*.dll", dst="tests/Release", src="bin")
self.copy("*.dll", dst="tests/MinSizeRel", src="bin")
self.copy("*.dll", dst="tests/RelWithDebInfo", src="bin")
# Copies all dylib files from packages lib folder to my "lib" folder (macosx)
self.copy("*.dylib*", dst="lib", src="lib")
# Copies all so files from packages lib folder to my "lib" folder (linux)
self.copy("*.so*", dst="lib", src="lib")

Expand Down

0 comments on commit d6726e0

Please sign in to comment.