We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea2283 commit 60d8899Copy full SHA for 60d8899
Jamfile.v2
@@ -30,17 +30,16 @@ project /boost/quickbook
30
<warnings>all
31
<define>BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
32
: default-build
33
- <cxxstd>11
+ <cxxstd>11 <variant>release
34
;
35
36
explicit
37
[ install dist-bin
38
: src//quickbook/<link>static
39
- : <install-type>EXE <location>$(DIST_DIR)/bin
40
- : release ]
41
- [ alias quickbook : src//quickbook/<link>static : release ]
+ : <install-type>EXE <location>$(DIST_DIR)/bin ]
+ [ alias quickbook : src//quickbook/<link>static ]
42
[ alias all : quickbook dist test ]
43
44
45
# Install distribution files/execs by default.
46
-alias dist : dist-bin : release ;
+alias dist : dist-bin ;
0 commit comments