From cce958717425ae5d726fc6274691c37848ae9c5f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 9 Mar 2017 01:15:50 -0500 Subject: Whoops, new build dependency on core/platform/common. --- .gitmodules | 3 +++ source/core/platform/common | 1 + 2 files changed, 4 insertions(+) create mode 160000 source/core/platform/common diff --git a/.gitmodules b/.gitmodules index 84803d8..2cde41e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "source/core/pkey/ecdsa384"] path = source/core/pkey/ecdsa384 url = https://git.cryptech.is/core/pkey/ecdsa384.git +[submodule "source/core/platform/common"] + path = source/core/platform/common + url = https://git.cryptech.is/core/platform/common.git diff --git a/source/core/platform/common b/source/core/platform/common new file mode 160000 index 0000000..01b2384 --- /dev/null +++ b/source/core/platform/common @@ -0,0 +1 @@ +Subproject commit 01b2384a7176013b0b10ed4d01334922c8633ac5 -- cgit v1.2.3