diff options
author | Jack Lloyd <[email protected]> | 2019-05-28 20:55:50 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-28 20:55:50 -0400 |
commit | 27c5d0f0b8ce1a19edcc8a2c640bd297e2d7e83d (patch) | |
tree | 1ae73a31f0af7da2314b54a56aae0035065c0737 | |
parent | 7be60f68d788e419eb3fb46adfc1b0813c017e8e (diff) | |
parent | 89fb240bbb6480d46bb93b59c0eaf8832eec8d00 (diff) |
Merge GH #1985 Fix VS2017 bakefile build
-rw-r--r-- | src/build-data/bakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/bakefile.in b/src/build-data/bakefile.in index a1c0ff134..034e3d50a 100644 --- a/src/build-data/bakefile.in +++ b/src/build-data/bakefile.in @@ -1,6 +1,6 @@ toolsets = vs2013; shared-library botan { - defines = "BOTAN_DLL=__declspec(dllexport)"; + defines = "BOTAN_DLL=__declspec(dllexport)" _ENABLE_EXTENDED_ALIGNED_STORAGE; sources { %{for lib_srcs} %{i} |