Fix issue with generating .pc file in static build
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 20 Sep 2011 21:16:08 +0100
changeset 7520 a61ef851d443
parent 7519 77e27ba9b9a1
child 7521 7e15ba7347f5
Fix issue with generating .pc file in static build
src/wscript
--- a/src/wscript	Tue Sep 20 12:12:08 2011 -0700
+++ b/src/wscript	Tue Sep 20 21:16:08 2011 +0100
@@ -324,9 +324,9 @@
 
     def _self_libs(self, env, name, libdir):
         if env['ENABLE_STATIC_NS3']:
-            path_st = 'STATICLIBPATH_ST'
-            lib_st = 'STATICLIB_ST'
-            lib_marker = 'STATICLIB_MARKER'
+            path_st = 'STLIBPATH_ST'
+            lib_st = 'STLIB_ST'
+            lib_marker = 'STLIB_MARKER'
         else:
             path_st = 'LIBPATH_ST'
             lib_st = 'LIB_ST'