mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-26 22:00:25 +00:00
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)
|
||||
|
||||
ifneq ($$($1_DISABLE_THIS_FILE_DEFINE), true)
|
||||
$1_THIS_FILE = -DTHIS_FILE='"$$(<F)"'
|
||||
$1_THIS_FILE = -DTHIS_FILE='"$$($1_FILENAME)"'
|
||||
endif
|
||||
|
||||
ifeq ($$($1_OPTIMIZATION), )
|
||||
|
Loading…
Reference in New Issue
Block a user