aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-28 20:55:50 -0400
committerJack Lloyd <[email protected]>2019-05-28 20:55:50 -0400
commit27c5d0f0b8ce1a19edcc8a2c640bd297e2d7e83d (patch)
tree1ae73a31f0af7da2314b54a56aae0035065c0737
parent7be60f68d788e419eb3fb46adfc1b0813c017e8e (diff)
parent89fb240bbb6480d46bb93b59c0eaf8832eec8d00 (diff)
Merge GH #1985 Fix VS2017 bakefile build
-rw-r--r--src/build-data/bakefile.in2
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}