2
0
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:
Peter Dimov
2017-08-04 05:04:13 +03:00
parent 838c9bf825
commit f46ed79393

View File

@@ -18,7 +18,7 @@ lib ws2_32 ;
exe bpm : ../src/$(SOURCES) :
<os>NT:<library>ws2_32
<target-os>windows:<library>ws2_32
<toolset>msvc:<runtime-link>static