Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't 'dllexport' Windows symbols on static build (#2238)
### Issues: Addresses aws/aws-lc-rs#715 ### Description of changes: On Windows, avoid marking exported symbols with `__declspec(dllexport)` when performing a static build. ### Call-outs: * This is a partial revert of this PR: #466 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information