aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21ca995..7f787dc 100644
--- a/Makefile
+++ b/Makefile
@@ -339,7 +339,7 @@ ifeq ($(PLATFORM),linux)
CLIENT_LIBS=$(SDL_LIBS) -lGL
ifeq ($(ARCH),arm)
- CLIENT_LIBS = $(SDL_LIBS) -lGLES_CM -lX11
+ CLIENT_LIBS = $(SDL_LIBS) -lGLESv1_CM -lX11
endif
ifeq ($(USE_OPENAL),1)