From 432c4323ddfed694c4776fa1e17515dd9e924c07 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 8 Sep 2017 11:42:26 -0700 Subject: [PATCH] Remove the sha_win32.lib import Core bundles this library into the main Realm library. --- realm.gypi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/realm.gypi b/realm.gypi index 154e47b9..a06e1708 100644 --- a/realm.gypi +++ b/realm.gypi @@ -48,11 +48,6 @@ }, { "dependencies": [ "vendored-realm" ] }], - ["OS=='win'", { - "direct_dependent_settings": { - "libraries": [ "-lsha_win32<(debug_library_suffix)" ] - } - }] ] }, {