mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Disabled auto-linking with versioned Intel toolsets: the toolsets use a naming convention that is inconsistent with auto-linking.
[SVN r26146]
This commit is contained in:
@@ -8,4 +8,7 @@
|
||||
|
||||
{
|
||||
extends-toolset intel-win32 ;
|
||||
# disable auto-linking for this toolset:
|
||||
# intel toolset lib naming is currently too inconsistent for auto-linking to work.
|
||||
CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
|
||||
}
|
||||
|
||||
@@ -8,4 +8,7 @@
|
||||
|
||||
{
|
||||
extends-toolset intel-win32 ;
|
||||
# disable auto-linking for this toolset:
|
||||
# intel toolset lib naming is currently too inconsistent for auto-linking to work.
|
||||
CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user