Skip to content

Commit e1a4bdc

Browse files
authored
remove rogue bracket (#1190)
1 parent 2396837 commit e1a4bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if (TLSUV_TLSLIB AND NOT TLSUV_TLSLIB STREQUAL "openssl")
143143
message(NOTICE "binary marker: ${comp-flavor}")
144144
endif ()
145145

146-
if(CMAKE_SYSTEM_PROCESSOR} STREQUAL AMD64)
146+
if(CMAKE_SYSTEM_PROCESSOR STREQUAL AMD64)
147147
set(bundle_processor "x86_64")
148148
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64)
149149
set(bundle_processor "arm64")

0 commit comments

Comments
 (0)