We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef53bed commit 0373302Copy full SHA for 0373302
1 file changed
example/tutorial/Jamroot
100755
100644
@@ -2,6 +2,15 @@
2
# Software License, Version 1.0. (See accompanying
3
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5
+import python ;
6
+
7
+if ! [ python.configured ]
8
+{
9
+ ECHO "notice: no Python configured in user-config.jam" ;
10
+ ECHO "notice: will use default configuration" ;
11
+ using python ;
12
+}
13
14
# Specify the path to the Boost project. If you move this project,
15
# adjust this path to refer to the Boost root directory.
16
use-project boost
0 commit comments