diff options
author | Daniel Neus <[email protected]> | 2019-05-28 21:17:28 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2019-05-28 21:17:28 +0200 |
commit | 89fb240bbb6480d46bb93b59c0eaf8832eec8d00 (patch) | |
tree | 69d5aca2668100e4832fc2fcd1ca27cc560462f2 /src/build-data | |
parent | e6775cf25394e2c3333facd060d3951ee30389b5 (diff) |
Fix VS2017 Bakefile builds
Diffstat (limited to 'src/build-data')
-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} |