-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build a module instead of a shared library. (#207)
Fix #202. This commit switches the default type in CMake from `SHARED` to `MODULE`. Using [`SUFFIX`](https://cmake.org/cmake/help/latest/prop_tgt/SUFFIX.html) property of CMake targets to explicitly specify the module extension when building for a XNU-based platform (macOS, iOS, watchOS, etc.) and Windows such as to allow OpenSSL to find the provider on a given platform.
- Loading branch information
thb-sb
authored
Jul 7, 2023
1 parent
773289a
commit 466a537
Showing
3 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters