forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cppwinrt to build 2.0.210304.5 (flutter#24801)
This fixes an issue in CppWinRT related to std::terminate(); the tool now uses abort() instead. CppWinRT patch: microsoft/cppwinrt#868 This also fixes a couple bugs in the README.md: * Uses tmp as the temp dir into which we unpack the nupkg archive rather than cppwinrt to avoid confusion with the containing directory, which is named cppwinrt. * Fixes a typo around the directory from which the cipd command should be executed.
- Loading branch information
Showing
4 changed files
with
5 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Temp directory into which we unpack the .nupkg archive | ||
cppwinrt | ||
tmp | ||
|
||
# nupkg archives | ||
*.nupkg |
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