Skip to content

Commit 6a0a22f

Browse files
committed
Merge pull request #10 from jhunold/variant
Only specify debug library name for msvc and intel
2 parents 39aa10d + 8921188 commit 6a0a22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Jamfile.v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ if ! $(disable-icu)
6060

6161
lib icuin : : <name>icui18n <link>shared <runtime-link>shared <conditional>@path_options ;
6262
lib icuin : : <toolset>msvc <variant>debug <name>icuind <link>shared <runtime-link>shared <conditional>@path_options ;
63-
lib icuin : : <toolset>msvc <variant>release <name>icuin <link>shared <runtime-link>shared <conditional>@path_options ;
63+
lib icuin : : <toolset>msvc <name>icuin <link>shared <runtime-link>shared <conditional>@path_options ;
6464
lib icuin : : <toolset>intel <target-os>windows <variant>debug <name>icuind <link>shared <runtime-link>shared <conditional>@path_options ;
65-
lib icuin : : <toolset>intel <target-os>windows <variant>release <name>icuin <link>shared <runtime-link>shared <conditional>@path_options ;
65+
lib icuin : : <toolset>intel <target-os>windows <name>icuin <link>shared <runtime-link>shared <conditional>@path_options ;
6666
lib icuin : : <name>this_is_an_invalid_library_name ;
6767

6868
if $(ICU_PATH)

0 commit comments

Comments
 (0)