OpenSSL isn't linked due to typing error (#1912)
This commit is contained in:
parent
49ce3c1d54
commit
d82c981386
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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" ],
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue