krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
920 stars 340 forks source link

Rename folders to match $(PLATFORM_NAME) #104

Closed catlan closed 2 years ago

catlan commented 3 years ago

I think it would make sense to rename the folder to match Xcode $(PLATFORM_NAME) variable so one can use something like:

HEADER_SEARCH_PATHS  = $(SRCROOT)/openssl/$(PLATFORM_NAME)/include
LIBRARY_SEARCH_PATHS  = $(SRCROOT)/openssl/$(PLATFORM_NAME)/lib

The macos folder should be renamed to macosx for this.

I can make the changes to the build script and so on if you agree to the change.

krzyzanowskim commented 3 years ago

sounds good. remember to verify Xcode project build, the path is somewhere there too