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