Skip to content

Commit 60d8899

Browse files
committed
Move <variant>release to project default-build, like was done for tools/inspect
1 parent fea2283 commit 60d8899

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Jamfile.v2

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ project /boost/quickbook
3030
<warnings>all
3131
<define>BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
3232
: default-build
33-
<cxxstd>11
33+
<cxxstd>11 <variant>release
3434
;
3535

3636
explicit
3737
[ install dist-bin
3838
: src//quickbook/<link>static
39-
: <install-type>EXE <location>$(DIST_DIR)/bin
40-
: release ]
41-
[ alias quickbook : src//quickbook/<link>static : release ]
39+
: <install-type>EXE <location>$(DIST_DIR)/bin ]
40+
[ alias quickbook : src//quickbook/<link>static ]
4241
[ alias all : quickbook dist test ]
4342
;
4443

4544
# Install distribution files/execs by default.
46-
alias dist : dist-bin : release ;
45+
alias dist : dist-bin ;

0 commit comments

Comments
 (0)