diff options
author | randomdan <randomdan@localhost> | 2013-08-19 00:04:31 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-08-19 00:04:31 +0000 |
commit | b8b53637f79577a538131a0880954f0966e3be06 (patch) | |
tree | a1d4ccab95f1e1d9db6a9d658df60960912180c2 | |
parent | Remove stragling debug (diff) | |
download | libdbpp-mysql-b8b53637f79577a538131a0880954f0966e3be06.tar.bz2 libdbpp-mysql-b8b53637f79577a538131a0880954f0966e3be06.tar.xz libdbpp-mysql-b8b53637f79577a538131a0880954f0966e3be06.zip |
Use CXX from the environment
-rw-r--r-- | Jamroot.jam | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 1c2bea6..1f58848 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,6 @@ -using gcc ; +import os ; + +using gcc : : [ os.environ CXX ] ; import type : register ; import generators : register-standard ; |