mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 04:24:15 +01:00
Add missing new File
This commit is contained in:
@@ -420,7 +420,7 @@ subprojects {
|
||||
sharedLibraryFile = new File("$openSSLWindowsHome/win64/bin/debug/$dllName")
|
||||
sharedLibraryLinkFile = new File("$openSSLWindowsHome/win64/bin/debug/$linkName")
|
||||
} else if (targetPlatform.operatingSystem.macOsX) {
|
||||
headers.srcDir "$openSSLBrewHome/include"
|
||||
headers.srcDir = new File("$openSSLBrewHome/include")
|
||||
dllName = 'libssl.dylib'
|
||||
linkName = 'libssl.dylib'
|
||||
sharedLibraryFile = new File("$openSSLBrewHome/lib/$dllName")
|
||||
|
||||
Reference in New Issue
Block a user