Module: Mesa Branch: master Commit: ee39dc20e6f055f131f21ca2d63ea0eada5a80a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee39dc20e6f055f131f21ca2d63ea0eada5a80a6
Author: José Fonseca <[email protected]> Date: Fri Jan 1 22:03:07 2010 +0000 python: Don't generate a import library for python module either. --- src/gallium/state_trackers/python/SConscript | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript index 4fcaf34..d4fdd43 100644 --- a/src/gallium/state_trackers/python/SConscript +++ b/src/gallium/state_trackers/python/SConscript @@ -38,6 +38,8 @@ if 'python' in env['statetrackers']: ], ) + env['no_import_lib'] = 1 + env.SharedLibrary( target = '_gallium', source = [ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
