aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-06-13 11:35:30 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-13 11:35:30 +0200
commitd9aeab2757c47c0a1f338235dfa4015f887c64a7 (patch)
tree9813bdbee2031b45538680a4bf7ab9c77a12a7d8 /build.sh
parent7a63945d12e9f73a3bfc8307d0b2aa776ccbe7ce (diff)
Set width/height ratio of plane to the same as the target window and reduce curvature
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index bfb0aec..f7caef1 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
dependencies="glm glew sdl2 openvr x11 xcomposite"
includes=$(pkg-config --cflags $dependencies)