diff options
| author | iamcheeseman <[email protected]> | 2026-05-28 20:12:01 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-28 20:13:07 -0400 |
| commit | 78520499d6c444e435879eef1ac96cdff9e6c4d1 (patch) | |
| tree | 40e9e5942d1d8c1884760db10e15184d4fbc0a79 /build.sh | |
| parent | b0c612196a7a287fc77590ef1b07e7b5e0badc8a (diff) | |
rename gl platform to desktop
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ for flag in $@; do esac done -if [ "$PLATFORM" == 'gl' ]; then +if [ "$PLATFORM" == 'desktop' ]; then LDFLAGS="$LDFLAGS ./libglfw3.a" fi |
