8214534: Setting of THIS_FILE in the build is broken
Reviewed-by: erikj, ihse
This commit is contained in:
parent
a9250518e0
commit
3e2804d0d8
@ -237,7 +237,7 @@ define SetupCompileNativeFileBody
|
|||||||
$1_SRC_FILE := $$($1_FILE)
|
$1_SRC_FILE := $$($1_FILE)
|
||||||
|
|
||||||
ifneq ($$($1_DISABLE_THIS_FILE_DEFINE), true)
|
ifneq ($$($1_DISABLE_THIS_FILE_DEFINE), true)
|
||||||
$1_THIS_FILE = -DTHIS_FILE='"$$(<F)"'
|
$1_THIS_FILE = -DTHIS_FILE='"$$($1_FILENAME)"'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($$($1_OPTIMIZATION), )
|
ifeq ($$($1_OPTIMIZATION), )
|
||||||
|
Loading…
Reference in New Issue
Block a user