Parent Directory
|
Revision Log
Remove version 2.49b as it's way too buggy at this point. (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
| 1 | --- SConstruct 2011-10-29 05:18:43.149564401 +0200 |
| 2 | +++ SConstruct 2011-10-29 05:19:37.332887017 +0200 |
| 3 | @@ -165,6 +165,9 @@ |
| 4 | if crossbuild and platform not in ('win32-vc', 'win64-vc'): |
| 5 | platform = 'linuxcross' |
| 6 | |
| 7 | +if platform == 'linux3': |
| 8 | + platform = 'linux2' # Workaround for Linux 3.x |
| 9 | + |
| 10 | env['OURPLATFORM'] = platform |
| 11 | |
| 12 | configfile = os.path.join("build_files", "scons", "config", platform + "-config.py") |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |