Reviewers: Jakob,
Message:
PTAL
Description:
Allow a relativ path to the NaCl SDK when building.
Please review this at https://codereview.chromium.org/16092004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M Makefile.nacl
Index: Makefile.nacl
diff --git a/Makefile.nacl b/Makefile.nacl
index
e8fc3d252a96ed71af69b37b33f370bf0d841256..0c98021ed1e234c1a8a4bf8cd0bac17d5245145b
100644
--- a/Makefile.nacl
+++ b/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)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.