python module compiles again, still not working

Former-commit-id: f838fe518e
This commit is contained in:
Daniele Panozzo
2018-02-04 15:09:54 -05:00
parent 27e0d8b30c
commit eb0881d6a9
4 changed files with 465 additions and 458 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import pyigl as igl
from shared import TUTORIAL_SHARED_PATH, check_dependencies
dependencies = ["viewer"]
dependencies = ["opengl_glfw"]
check_dependencies(dependencies)