Skip to content

Commit 25b1690

Browse files
Kojoleyolk
authored andcommitted
Fix project names clash
1 parent 2090b4a commit 25b1690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/asymmetric/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import modules ;
1414
import os ;
1515
import toolset ;
1616

17-
project boost/coroutine/example
17+
project boost/coroutine/example/asymmetric
1818
: requirements
1919
<library>/boost/context//boost_context
2020
<library>/boost/coroutine//boost_coroutine

example/symmetric/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import modules ;
1414
import os ;
1515
import toolset ;
1616

17-
project boost/coroutine/example
17+
project boost/coroutine/example/symmetric
1818
: requirements
1919
<library>/boost/context//boost_context
2020
<library>/boost/coroutine//boost_coroutine

0 commit comments

Comments
 (0)