Mesa (master): python: Don' t generate a import library for python module either.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Jan 2 00:06:04 UTC 2010


Module: Mesa
Branch: master
Commit: ee39dc20e6f055f131f21ca2d63ea0eada5a80a6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee39dc20e6f055f131f21ca2d63ea0eada5a80a6

Author: José Fonseca <jfonseca at vmware.com>
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 = [




More information about the mesa-commit mailing list