Fix Boost library suffix for macOS Homebrew
Homebrew's Boost libraries don't use the -mt suffix (e.g. libboost_filesystem.dylib, not libboost_filesystem-mt.dylib). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -446,7 +446,7 @@ OTHER_FILES += \
|
||||
|
||||
# platform specific defaults, if not overridden on command line
|
||||
isEmpty(BOOST_LIB_SUFFIX) {
|
||||
macx:BOOST_LIB_SUFFIX = -mt
|
||||
macx:BOOST_LIB_SUFFIX =
|
||||
windows:BOOST_LIB_SUFFIX = -mt
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user