mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 15:14:48 +02:00
Use shared object for linking SharedLibrary
This commit is contained in:
parent
0224849d9c
commit
560e727705
@ -329,7 +329,7 @@ subprojects {
|
||||
} else if (targetPlatform.operatingSystem.linux) {
|
||||
headers.srcDir new File("$openSSL64LinuxInc/include")
|
||||
dllName = 'libcrypto.so'
|
||||
linkName = 'libcrypto.a'
|
||||
linkName = 'libcrypto.so'
|
||||
sharedLibraryFile new File("$openSSL64LinuxLib/$dllName")
|
||||
sharedLibraryLinkFile new File("$openSSL64LinuxLib/$linkName")
|
||||
}
|
||||
@ -354,7 +354,7 @@ subprojects {
|
||||
} else if (targetPlatform.operatingSystem.linux) {
|
||||
headers.srcDir new File("$openSSL64LinuxInc/include")
|
||||
dllName = 'libcrypto.so'
|
||||
linkName = 'libcrypto.a'
|
||||
linkName = 'libcrypto.so'
|
||||
sharedLibraryFile new File("$openSSL64LinuxLib/$dllName")
|
||||
sharedLibraryLinkFile new File("$openSSL64LinuxLib/$linkName")
|
||||
}
|
||||
@ -428,7 +428,7 @@ subprojects {
|
||||
} else if (targetPlatform.operatingSystem.linux) {
|
||||
headers.srcDir new File("$openSSL64LinuxInc/include")
|
||||
dllName = "libssl.so"
|
||||
linkName = "libssl.a"
|
||||
linkName = "libssl.so"
|
||||
sharedLibraryFile new File("$openSSL64LinuxLib", dllName)
|
||||
sharedLibraryLinkFile new File("$openSSL64LinuxLib", linkName)
|
||||
}
|
||||
@ -452,7 +452,7 @@ subprojects {
|
||||
} else if (targetPlatform.operatingSystem.linux) {
|
||||
headers.srcDir new File("$openSSL64LinuxInc/include")
|
||||
dllName = 'libssl.so'
|
||||
linkName = 'libssl.a'
|
||||
linkName = 'libssl.so'
|
||||
sharedLibraryFile new File("$openSSL64LinuxLib/$dllName")
|
||||
sharedLibraryLinkFile = new File("$openSSL64LinuxLib/$linkName")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user