Skip to content

Commit

Permalink
Fix deduced architecture prefix under MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 13, 2024
1 parent cfcf53a commit 4eeb136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/BoostInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function(__boost_install_set_output_name LIB TYPE VERSION)

else()

if(CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3-6]86|amd64)")
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3-6]86|amd64|AMD64)")
set(arch "x")
else()
string(SUBSTRING "${CMAKE_SYSTEM_PROCESSOR}" 0 1 arch)
Expand Down

0 comments on commit 4eeb136

Please sign in to comment.