Revision: 14855
Author: [email protected]
Date: Tue May 28 08:33:39 2013
Log: Allow a relativ path to the NaCl SDK when building.
[email protected]
Review URL: https://codereview.chromium.org/16092004
http://code.google.com/p/v8/source/detail?r=14855
Modified:
/branches/bleeding_edge/Makefile.nacl
=======================================
--- /branches/bleeding_edge/Makefile.nacl Tue Apr 9 01:25:41 2013
+++ /branches/bleeding_edge/Makefile.nacl Tue May 28 08:33:39 2013
@@ -46,7 +46,7 @@
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.