mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
build/glsl: fix android build v2
Commit 77a3efc6b9 broke android build that
sets its own value for GLSL_SRCDIR before including Makefile.sources.
Patch moves overriding the value after include, this works as GLSL_SRCDIR
variable gets expanded only later.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
a6b8b709cd
commit
2ddfca9837
1 changed files with 1 additions and 1 deletions
|
|
@ -25,9 +25,9 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
GLSL_SRCDIR = .
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
GLSL_SRCDIR = .
|
||||
# ---------------------------------------
|
||||
# Build libmesa_glsl
|
||||
# ---------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue