Remove the sha_win32.lib import
Core bundles this library into the main Realm library.
This commit is contained in:
parent
942643911d
commit
186b3d56c4
|
@ -48,11 +48,6 @@
|
|||
}, {
|
||||
"dependencies": [ "vendored-realm" ]
|
||||
}],
|
||||
["OS=='win'", {
|
||||
"direct_dependent_settings": {
|
||||
"libraries": [ "-lsha_win32<(debug_library_suffix)" ]
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue