From ebe0cdc5abb828016f39877030b5b01df79edf54 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 16 May 2009 10:24:16 +0000 Subject: [PATCH] Fix the prototype of stlport.init to match docs. Fixes #2976. [SVN r53042] --- src/tools/stlport.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/stlport.jam b/src/tools/stlport.jam index d6d2dc6bc..62eebda5f 100644 --- a/src/tools/stlport.jam +++ b/src/tools/stlport.jam @@ -279,7 +279,7 @@ local .version-subfeature-defined ; # Initialize stlport support. rule init ( version ? : - headers # Location of header files + headers : # Location of header files libraries * # Location of libraries, lib and bin subdirs of STLport. ) {