aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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 377a5e3..ad7d66b 100755
--- a/build.sh
+++ b/build.sh
@@ -23,7 +23,7 @@ for flag in $@; do
esac
done
-if [ "$PLATFORM" == 'gl' ]; then
+if [ "$PLATFORM" == 'desktop' ]; then
LDFLAGS="$LDFLAGS ./libglfw3.a"
fi