mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Fix building with intel-win32 toolset, it was missing linking to some of the system DLLs.
[SVN r33532]
This commit is contained in:
@@ -177,7 +177,7 @@ toolset intel-win32 icl : /Fe : -D
|
||||
[ opt --release : /ML /O2 /Ob2 /Gy /GF /GA /GB ]
|
||||
[ opt --debug : /MLd /DEBUG /Z7 /Od /Ob0 ]
|
||||
-I$(--python-include)
|
||||
: $(--python-lib[1]) ;
|
||||
: kernel32.lib advapi32.lib $(--python-lib[1]) ;
|
||||
## KCC ?
|
||||
toolset kcc KCC : "-o " : -D
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user