From: José Fonseca Date: Fri, 1 Jan 2010 22:03:07 +0000 (+0000) Subject: python: Don't generate a import library for python module either. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee39dc20e6f055f131f21ca2d63ea0eada5a80a6;p=mesa.git python: Don't generate a import library for python module either. --- diff --git a/src/gallium/state_trackers/python/SConscript b/src/gallium/state_trackers/python/SConscript index 4fcaf34d576..d4fdd43688f 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 = [