diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 2fde08e..75f5c4d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -382,7 +382,7 @@ USE_OSGPLUGIN(<plugin2>) <pre>i686-pc-mingw32-g++ \ -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \ `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \ - `i686-pc-mingw32-pkg-config --static --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre> + `i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre> <p> The <code>i686-pc-mingw32-pkg-config</code> command from mingw-cross-env will automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags. |