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 | 4b1e7283be3f58b3a5be9ed1c8087e9bcf722852 (patch) | |
tree | 59657a48db06a75f5171523ee4847af182e4ca2a /Jamroot.jam | |
parent | Migrate all stuff to stricter compilations/links and C++0x builds (diff) | |
download | libdbpp-4b1e7283be3f58b3a5be9ed1c8087e9bcf722852.tar.bz2 libdbpp-4b1e7283be3f58b3a5be9ed1c8087e9bcf722852.tar.xz libdbpp-4b1e7283be3f58b3a5be9ed1c8087e9bcf722852.zip |
Use CXX from the environment
Diffstat (limited to 'Jamroot.jam')
-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 ; |