diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,4 +252,4 @@ else: modules.extend(python_modules) for module in modules: - env.InstallAs(os.path.join(python_install_dir, module), module)
\ No newline at end of file + env.InstallAs(os.path.join(python_install_dir, module), module) |