aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorDaniel Neus <[email protected]>2019-05-28 21:17:28 +0200
committerDaniel Neus <[email protected]>2019-05-28 21:17:28 +0200
commit89fb240bbb6480d46bb93b59c0eaf8832eec8d00 (patch)
tree69d5aca2668100e4832fc2fcd1ca27cc560462f2 /src/build-data
parente6775cf25394e2c3333facd060d3951ee30389b5 (diff)
Fix VS2017 Bakefile builds
Diffstat (limited to 'src/build-data')
-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}