-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Kotlin to 1.5.0 and OpenSSL to 1.1.1k
- Loading branch information
1 parent
a639b37
commit 4b6bb40
Showing
8 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
kotlin.code.style=official | ||
serializationVersion=1.1.0 | ||
serializationVersion=1.2.0 | ||
kotlin.mpp.enableGranularSourceSetsMetadata=true | ||
kotlin.native.enableDependencyPropagation=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
headers = openssl/ssl.h openssl/err.h openssl/bio.h openssl/pem.h openssl/pkcs12.h | ||
headerFilter = openssl/* | ||
package = openssl | ||
staticLibraries = libssl.a libcrypto.a | ||
compilerOpts.linux_x64 = -I/tmp/linuxX64/openssl-1.1.1j/include | ||
libraryPaths.linux_x64 = /tmp/linuxX64/openssl-1.1.1j | ||
compilerOpts.mingw_x64 = -I/tmp/mingwX64/openssl-1.1.1j/include | ||
libraryPaths.mingw_x64 = /tmp/mingwX64/openssl-1.1.1j | ||
compilerOpts.linux_arm32_hfp = -I/tmp/linuxArm32Hfp/openssl-1.1.1j/include | ||
libraryPaths.linux_arm32_hfp = /tmp/linuxArm32Hfp/openssl-1.1.1j | ||
# TODO should be libssl.a libcrypto.a but it doesn't compile in the correct order, check resources/Dockerfile for the merge commands | ||
staticLibraries = libopenssl.a | ||
compilerOpts.linux_x64 = -I/tmp/linuxX64/openssl-1.1.1k/include | ||
libraryPaths.linux_x64 = /tmp/linuxX64/openssl-1.1.1k | ||
compilerOpts.linux_arm32_hfp = -I/tmp/linuxArm32Hfp/openssl-1.1.1k/include | ||
libraryPaths.linux_arm32_hfp = /tmp/linuxArm32Hfp/openssl-1.1.1k | ||
# For mingw_x64 check nativeInterop/openssl.def |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters