diff options
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 |
