Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into abadams/cond_spin_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
abadams committed Dec 4, 2024
2 parents 8512ed5 + 53619a4 commit 0edd27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BundleStatic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endfunction()

function(_bundle_static_is_apple_libtool result_var item)
_bundle_static_check_output(version_info "${item}" -V)
if (NOT version_info MATCHES "Apple, Inc.")
if (NOT version_info MATCHES "Apple,? Inc\\.")
set(${result_var} 0 PARENT_SCOPE)
endif ()
endfunction()
Expand Down

0 comments on commit 0edd27b

Please sign in to comment.