bneijt / ccbuild

C++ source scanning build utility
GNU General Public License v2.0
5 stars 3 forks source link

ccResolutions.username should also be allowed #12

Closed bneijt closed 14 years ago

bneijt commented 15 years ago

Currently only hostname, system type and architecture are allowed, but username should also be allowed.

bneijt commented 15 years ago

As a quick-fix, try the using the back-ticks to make this work: if [ $USER == "robocup" ]; then echo "-I/home/student/robocup/eigen2/"; else echo "-I/usr/include/eigen2/"; fi

bneijt commented 14 years ago

Load ccResolutions.USERNAME first (closed by 7f8e9e2ff10205fd8b607ec60dd327e0be1ddc9e)