Skip to content

Commit

Permalink
upgrade deps (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qusic committed Sep 8, 2021
1 parent 162130e commit cded696
Show file tree
Hide file tree
Showing 4 changed files with 1,421 additions and 1,841 deletions.
1 change: 1 addition & 0 deletions addon/binding.gyp
Expand Up @@ -54,6 +54,7 @@
'WarnAsError': 'true',
'DisableSpecificWarnings': [
'4100',
'4127',
],
'AdditionalOptions': [
'-std:c++17',
Expand Down
2 changes: 1 addition & 1 deletion addon/deps.json
Expand Up @@ -2,7 +2,7 @@
{
"name": "gn",
"repo": "https://gn.googlesource.com/gn",
"commit": "4d207c94eab41f09c9a8505eb47f3d2919e47943",
"commit": "46b572ce4ceedfe57f4f84051bd7da624c98bf01",
"patches": ["gn.patch"]
}
]

0 comments on commit cded696

Please sign in to comment.