Skip to content

Commit

Permalink
Allow a relativ path to the NaCl SDK when building.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 28, 2013
1 parent 3b114cd commit eb65ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.nacl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb65ec0

Please sign in to comment.