changeset 2:8f0e873fe0aa

Oops, the current SConscript isn't building a Python module, it's building the pyxpcom library.
author Atul Varma <varmaa@toolness.com>
date Tue, 06 May 2008 14:41:56 -0700
parents 3c2e0caab57b
children 5af8fe21f514
files xpcom/src/SConscript
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xpcom/src/SConscript	Tue May 06 14:33:51 2008 -0700
+++ b/xpcom/src/SConscript	Tue May 06 14:41:56 2008 -0700
@@ -34,7 +34,7 @@
     "Python",
     ]
 
-env.LoadableModule(source=files,
-                   target="lib_xpcom.dylib",
-                   LIBS=libs,
-                   FRAMEWORKS=frameworks)
+env.SharedLibrary(source=files,
+                  target="pyxpcom",
+                  LIBS=libs,
+                  FRAMEWORKS=frameworks)