etcimon / botan

Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
Other
86 stars 22 forks source link

Fix dub.json #54

Closed shoo closed 4 years ago

shoo commented 4 years ago

In order to compile on x86, dub.json needs to specify subconfigurations of botan_math. However, the platform cannot be specified in subConfigurations, so a new configuration must be created.

In conjunction with #53, the changes can be made to pass the build and test on windows-x86_mscoff-dmd.

There have been reports of the following builds failing, but I think that at least the build method in windows-x86_mscoff-dmd will be resolved: https://github.com/etcimon/botan/issues/3 https://github.com/etcimon/botan/issues/49