about summary refs log tree commit homepage
path: root/local.mk.sample
diff options
context:
space:
mode:
Diffstat (limited to 'local.mk.sample')
-rw-r--r--local.mk.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.mk.sample b/local.mk.sample
index 1bd8832..6bee703 100644
--- a/local.mk.sample
+++ b/local.mk.sample
@@ -20,7 +20,8 @@ else
 endif
 
 ifndef NO_ISOLATE
-  x := $(shell test -d t/ && NO_ISOLATE=T $(MAKE) -s isolate RUBY:="$(RUBY)")
+  x := $(shell test -d t/ && \
+         PATH=$(PATH) NO_ISOLATE=T $(MAKE) -s isolate RUBY:="$(RUBY)")
 endif
 
 RUBY_VERSION := $(shell $(RUBY) -e 'puts RUBY_VERSION')