Skip to content

Commit

Permalink
deps: fix Windows ARM support
Browse files Browse the repository at this point in the history
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
  • Loading branch information
doringeman authored and mscdex committed May 3, 2024
1 parent 32c13dc commit 76160ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/cpu_features/cpu_features.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# platform-specific cpu checking implementations
'src/impl_aarch64_linux_or_android.c',
'src/impl_aarch64_macos_or_iphone.c',
'src/impl_aarch64_windows.c',
'src/impl_arm_linux_or_android.c',
'src/impl_mips_linux_or_android.c',
'src/impl_ppc_linux.c',
Expand Down

0 comments on commit 76160ec

Please sign in to comment.