mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Make use_requirements.py work on NT/Cygwin, by using static lib in one
case. [SVN r16833]
This commit is contained in:
@@ -161,7 +161,7 @@ t.write("libs/a_d.cpp", """
|
||||
void foo() {}
|
||||
""")
|
||||
|
||||
t.run_build_system()
|
||||
t.expect_addition("libs/bin/gcc/debug/a_d.o")
|
||||
t.run_build_system("link=static")
|
||||
t.expect_addition("libs/bin/gcc/debug/link-static/a_d.o")
|
||||
|
||||
t.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user