Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: VDrift - VDrift is a cross-platform, open source 
driving/drift racing simulation


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234490





------- Additional Comments From [EMAIL PROTECTED]  2007-04-14 18:25 EST -------
There are no hard-coded paths. You will still have to put "CC=gcc CXX=g++
CXXFLAGS=..." before running scons for them to apply the desired effect. These
options do the same thing your patch did:

#----------------------#
# OS compiler settings #
#----------------------#
if env['os_cc']:
    env.Replace(CC = os.environ['CC'])

if env['os_cxx']:
    env.Replace(CXX = os.environ['CXX'])

if env['os_cxxflags']:
    env.Append(CXXFLAGS = os.environ['CXXFLAGS'])


http://svn.vdrift.net/viewvc.py/trunk/SConstruct?view=markup

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
[EMAIL PROTECTED]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to