Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in zlib.gyp that break arm-fpu-neon build
  • Loading branch information
lucasg authored Oct 15, 2020
commit 0ebbf1aca417a6d43ea3a55909263dc0763816f4
2 changes: 1 addition & 1 deletion deps/zlib/zlib.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
['OS=="linux"', {
'defines': [ 'ARMV8_OS_LINUX' ],
}],
['OS="win"', {
['OS=="win"', {
'defines': [ 'ARMV8_OS_WINDOWS' ],
}],
['OS!="android" and OS!="win" and llvm_version=="0.0"', {
Expand Down