| Index: site_scons/site_tools/target_platform_mac.py
|
| ===================================================================
|
| --- site_scons/site_tools/target_platform_mac.py (revision 4549)
|
| +++ site_scons/site_tools/target_platform_mac.py (working copy)
|
| @@ -113,6 +113,9 @@
|
|
|
| return env.Dir(target)
|
|
|
| +#------------------------------------------------------------------------------
|
| +
|
| +
|
| def generate(env):
|
| # NOTE: SCons requires the use of this name, which fails gpylint.
|
| """SCons entry point for this tool."""
|
| @@ -140,7 +143,6 @@
|
| env.Append(
|
| HOST_PLATFORMS=['MAC'],
|
| CPPDEFINES=['OS_MACOSX=OS_MACOSX'],
|
| - BITS=['mac', 'posix'],
|
|
|
| # Settings for debug
|
| CCFLAGS_DEBUG=['-g'],
|
|
|