BUGFIX: Use the correct path for the file assimp.pc.in ( thanks to Roman Kharitonov ).

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@925 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2011-03-31 21:38:18 +00:00
parent 5dd2bc1408
commit 5f10c38baa
2 changed files with 4 additions and 4 deletions

View File

@@ -62,10 +62,10 @@ namespace Assimp
using namespace Q3BSP;
static const std::string Q3BSPExtention = "pk3";
static const std::string Q3BSPExtension = "pk3";
// ------------------------------------------------------------------------------------------------
// Local fnction to create a material keyname.
// Local function to create a material key name.
static void createKey( int id1, int id2, std::string &rKey )
{
std::stringstream str;