fix makefile

This commit is contained in:
root
2014-11-14 15:22:50 +01:00
parent 80b243092b
commit 878a6560cd
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
// print(model["materials"]
#include <Python.h>
#include <vector>
#include "tiny_obj_loader.h"
#include "../tiny_obj_loader.h"
typedef std::vector<double> vectd;