Skip to content

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 4, 2024
1 parent 94dfebf commit af6950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if(UNIX AND NOT APPLE)
# Add -msse2 for x86-32bit because of https://github.com/aws/aws-lc/commit/6fe8dcbe96e580ea85233fdb98a142e42951b70b
# In some cases such as when building in Docker, where the host-level architecture is 64-bit
# but the Docker image should result in building for a 32-bit architecture. So that when ARCH
# is originally detected as 64-bit,perform an additional check to determine whether to build as 32-bit or 64-bit.
# is originally detected as 64-bit, perform an additional check to determine whether to build as 32-bit or 64-bit.
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse2")
endif()

Expand Down

0 comments on commit af6950b

Please sign in to comment.