* Fix readlink from `/proc/self/exe` to get absolute path of the executable file * Add readlink from`/proc/self/fd/<fd>` to get the file's real path Note that for now we only support read links _statically_, meaning that even if the file or any of its ancestors is moved after the file is opened, the absolute paths obtained from the API does not change.
6 lines
76 B
Makefile
6 lines
76 B
Makefile
include ../test_common.mk
|
|
|
|
EXTRA_C_FLAGS :=
|
|
EXTRA_LINK_FLAGS :=
|
|
BIN_ARGS :=
|