summaryrefslogtreecommitdiff
path: root/pyopengl/bld.bat
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-06-06 16:09:52 -0400
committerGitHub <noreply@github.com>2018-06-06 16:09:52 -0400
commit278e3583628b5b9492a74bb1f54ca39931d16d2d (patch)
tree1eb33b6b1ee1522e930160dd7b3d85e43b89f5e4 /pyopengl/bld.bat
parent4c09bbcec65a6358094e4f4c0ac82f15ff56bf5d (diff)
downloadastroconda-contrib-278e3583628b5b9492a74bb1f54ca39931d16d2d.tar.gz
Add pyopengl/-accelerate (#364)
Diffstat (limited to 'pyopengl/bld.bat')
-rw-r--r--pyopengl/bld.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyopengl/bld.bat b/pyopengl/bld.bat
new file mode 100644
index 0000000..85a7bc3
--- /dev/null
+++ b/pyopengl/bld.bat
@@ -0,0 +1,2 @@
+%PYTHON% setup.py install
+if errorlevel 1 exit 1