python compilation fixes

Former-commit-id: 4b9501ad39
This commit is contained in:
Daniele Panozzo
2018-02-04 20:11:03 -05:00
parent 9080378e27
commit ad4d6cd23c
8 changed files with 104 additions and 105 deletions
+4 -4
View File
@@ -13,8 +13,8 @@
extern void python_export_vector(py::module &);
extern void python_export_igl(py::module &);
#ifdef PY_VIEWER
extern void python_export_igl_viewer(py::module &);
#ifdef PY_GLFW
extern void python_export_igl_glfw(py::module &);
#endif
#ifdef PY_COMISO
@@ -168,8 +168,8 @@ PYBIND11_PLUGIN(pyigl) {
python_export_igl(m);
#ifdef PY_VIEWER
python_export_igl_viewer(m);
#ifdef PY_GLFW
python_export_igl_glfw(m);
#endif
#ifdef PY_COMISO