OpenSSL isn't linked due to typing error (#1912)

This commit is contained in:
Kenneth Geisshirt 2018-07-05 09:45:02 +02:00 committed by GitHub
parent 49ce3c1d54
commit d82c981386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,25 @@
X.Y.Z Release notes
=============================================================
### Compatibility
* Sync protocol: 24
* Server-side history format: 4
* File format: 7
* Realm Object Server: 3.0.0 or later
### Breaking changes
* None.
### Enhancements
* None.
### Bug fixes
* [Sync] Fixed a bug in the build system which prevented OpenSSL to be linked (#1864).
### Internals
* Realm Core v5.6.5.
* Realm Sync v3.7.0.
2.12.0 Release notes (2018-7-3)
=============================================================
### Compatibility

View File

@ -239,7 +239,7 @@
}],
["OS=='linux'", {
"libraries": [ "-l:libssl.a", "-l:libcrypto.a" ],
"library_dirs:": [ "/usr/lib", "/usr/lib64" ],
"library_dirs": [ "/usr/lib", "/usr/lib64" ],
}]
]
}