summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-08-19 00:04:31 +0000
committerrandomdan <randomdan@localhost>2013-08-19 00:04:31 +0000
commit6fccfa027dfa24f012ecba99a8795f459d10f879 (patch)
tree949a13b2d4a47a006cb1e56cd3c62a4515394b9d /Jamroot.jam
parentTidy up, extend ICE interface (diff)
downloadp2pvr-6fccfa027dfa24f012ecba99a8795f459d10f879.tar.bz2
p2pvr-6fccfa027dfa24f012ecba99a8795f459d10f879.tar.xz
p2pvr-6fccfa027dfa24f012ecba99a8795f459d10f879.zip
Use CXX from the environment
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam4
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 ;