Linker issue.
This commit is contained in:
parent
a738415763
commit
c370de6d5d
|
@ -39,7 +39,7 @@
|
|||
namespace realm {
|
||||
namespace js {
|
||||
|
||||
realm::SyncManager& syncManagerShared() {
|
||||
inline realm::SyncManager& syncManagerShared() {
|
||||
static bool configured = []{
|
||||
ensure_directory_exists_for_file(default_realm_file_directory());
|
||||
SyncManager::shared().configure_file_system(default_realm_file_directory(), SyncManager::MetadataMode::NoEncryption);
|
||||
|
|
|
@ -37,7 +37,7 @@ let execFile;
|
|||
|
||||
if (isNodeProccess) {
|
||||
tmp = node_require('tmp');
|
||||
fs = node_require('fs-extra');
|
||||
fs = node_require('fs');
|
||||
execFile = node_require('child_process').execFile;
|
||||
tmp.setGracefulCleanup();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue