mirror of
https://github.com/boostorg/bpm.git
synced 2026-01-19 04:02:14 +00:00
Fix <os>NT to <target-os>windows
This commit is contained in:
@@ -18,7 +18,7 @@ lib ws2_32 ;
|
|||||||
|
|
||||||
exe bpm : ../src/$(SOURCES) :
|
exe bpm : ../src/$(SOURCES) :
|
||||||
|
|
||||||
<os>NT:<library>ws2_32
|
<target-os>windows:<library>ws2_32
|
||||||
|
|
||||||
<toolset>msvc:<runtime-link>static
|
<toolset>msvc:<runtime-link>static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user