2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Fix the prototype of stlport.init to match docs.

Fixes #2976.


[SVN r53042]
This commit is contained in:
Vladimir Prus
2009-05-16 10:24:16 +00:00
parent 6e6c5021fd
commit ebe0cdc5ab

View File

@@ -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.
)
{