From ec2fee7a4efc77d8a3def18a28e10ea69ac19986 Mon Sep 17 00:00:00 2001 From: Philip Rideout Date: Fri, 29 Jul 2022 09:19:18 -0700 Subject: [PATCH] Fix typo. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 56dbbdd66d..064001a19c 100755 --- a/build.sh +++ b/build.sh @@ -849,7 +849,7 @@ while getopts ":hacCfijmp:q:uvslwtedk:" opt; do ;; e) EGL_ON_LINUX_OPTION="-DFILAMENT_SUPPORTS_EGL_ON_LINUX=ON -DFILAMENT_SKIP_SDL2=ON -DFILAMENT_SKIP_SAMPLES=ON" - echo "EGL on Linux support enabled; skipping SLD2." + echo "EGL on Linux support enabled; skipping SDL2." ;; l) IOS_BUILD_SIMULATOR=true