Remove the sha_win32.lib import

Core bundles this library into the main Realm library.
This commit is contained in:
Thomas Goyne 2017-09-08 11:42:26 -07:00
parent 942643911d
commit 186b3d56c4
1 changed files with 0 additions and 5 deletions

View File

@ -48,11 +48,6 @@
}, {
"dependencies": [ "vendored-realm" ]
}],
["OS=='win'", {
"direct_dependent_settings": {
"libraries": [ "-lsha_win32<(debug_library_suffix)" ]
}
}]
]
},
{