Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win-onecore: Build with /APPCONTAINER for UWP compat
When targeting the win-onecore configuration, we must link with /APPCONTAINER which is a requirement for submitting apps to the Windows Store. Without this, the Windows App Certificate Kit will reject the app: https://docs.microsoft.com/en-us/cpp/build/reference/appcontainer-windows-store-app Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from openssl#12400)
- Loading branch information