[Bug 234490] Review Request: VDrift - VDrift is a cross-platform, open source driving/drift racing simulation

bugzilla at redhat.com bugzilla at redhat.com
Sat Apr 14 22:25:29 UTC 2007


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 thelusiv at gmail.com  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.




More information about the Fedora-package-review mailing list