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 | fbb6e54d96f74364a077827fc9dc5bb55d5e81d7 (patch) | |
tree | e7c880d7515e8d24076885c00f807d046ce3e4db /Jamroot.jam | |
parent | Fix new ebuilds today counter on the homepage (diff) | |
download | gentoobrowse-fbb6e54d96f74364a077827fc9dc5bb55d5e81d7.tar.bz2 gentoobrowse-fbb6e54d96f74364a077827fc9dc5bb55d5e81d7.tar.xz gentoobrowse-fbb6e54d96f74364a077827fc9dc5bb55d5e81d7.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 ; |