aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-28 20:12:01 -0400
committeriamcheeseman <[email protected]>2026-05-28 20:13:07 -0400
commit78520499d6c444e435879eef1ac96cdff9e6c4d1 (patch)
tree40e9e5942d1d8c1884760db10e15184d4fbc0a79 /build.sh
parentb0c612196a7a287fc77590ef1b07e7b5e0badc8a (diff)
rename gl platform to desktop
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