mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
build: fix link error for _BitScanForward64
(#28173)
Problem: The usage of `_BitScanForward64` causes linking to fail on some systems. Solution: Correctly check if it exists using `check_c_source_compiles`.
This commit is contained in:
@@ -52,3 +52,4 @@
|
||||
#cmakedefine HAVE_EXECINFO_BACKTRACE
|
||||
#cmakedefine HAVE_BUILTIN_ADD_OVERFLOW
|
||||
#cmakedefine HAVE_WIMPLICIT_FALLTHROUGH_FLAG
|
||||
#cmakedefine HAVE_BITSCANFORWARD64
|
||||
|
Reference in New Issue
Block a user