irix.py (scons-4.2.0) | : | irix.py (SCons-4.3.0) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
There normally shouldn't be any need to import this module directly. It | There normally shouldn't be any need to import this module directly. It | |||
will usually be imported through the generic SCons.Platform.Platform() | will usually be imported through the generic SCons.Platform.Platform() | |||
selection method. | selection method. | |||
""" | """ | |||
from . import posix | from . import posix | |||
def generate(env): | def generate(env): | |||
posix.generate(env) | posix.generate(env) | |||
env['HOST_OS'] = 'irix' | ||||
# Local Variables: | # Local Variables: | |||
# tab-width:4 | # tab-width:4 | |||
# indent-tabs-mode:nil | # indent-tabs-mode:nil | |||
# End: | # End: | |||
# vim: set expandtab tabstop=4 shiftwidth=4: | # vim: set expandtab tabstop=4 shiftwidth=4: | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |