diff options
Diffstat (limited to 'deps/v8/Makefile.nacl')
-rw-r--r-- | deps/v8/Makefile.nacl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/Makefile.nacl b/deps/v8/Makefile.nacl index e8fc3d252a..0c98021ed1 100644 --- a/deps/v8/Makefile.nacl +++ b/deps/v8/Makefile.nacl @@ -46,7 +46,7 @@ else endif endif -TOOLCHAIN_PATH = ${NACL_SDK_ROOT}/toolchain +TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain) NACL_TOOLCHAIN ?= ${TOOLCHAIN_PATH}/${TOOLCHAIN_DIR} ifeq ($(ARCH), nacl_ia32) |