try empty suffixes

This commit is contained in:
2024-07-17 13:55:01 -06:00
parent 32b5070b6f
commit dafe6a1c37

View File

@@ -338,8 +338,8 @@ if not env.GetOption('clean'):
print(" If you're sure it's installed, try passing INCLUDEPATH=...")
Exit(1)
boost_versions = ['-1_85'] # This is a bit of a hack. :(
suffixes = ['-mt', f'-mt-x{env["bits"]}']
boost_versions = ['', '-1_84'] # This is a bit of a hack. :(
suffixes = ['', '-mt', f'-mt-x{env["bits"]}']
check_header('boost/lexical_cast.hpp', 'Boost.LexicalCast')