From 6683916c8bfa7bd43603410fcb57ba038991ba40 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 2 Nov 2012 12:34:24 +0100 Subject: [PATCH] android: Update for builtin_stubs.cpp move This fixes the Android build after the move of builtin_stubs.cpp into the builtin_compiler subdirectory. This patch is untested. Signed-off-by: Thierry Reding --- src/glsl/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk index 87a02f5..f975d03 100644 --- a/src/glsl/Android.mk +++ b/src/glsl/Android.mk @@ -60,7 +60,7 @@ LOCAL_SRC_FILES := \ $(LIBGLCPP_FILES) \ $(LIBGLSL_FILES) \ $(LIBGLSL_CXX_FILES) \ - $(BUILTIN_COMPILER_CXX_FILES) \ + $(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp \ $(GLSL_COMPILER_CXX_FILES) LOCAL_C_INCLUDES := \ -- 1.8.0