Skip to content

Commit bc00e0f

Browse files
committed
Set NODE_PATH
1 parent ea4229e commit bc00e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/bundle/browser.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# VARIABLES #
2020

2121
# Define the command for generating distributable browser bundles:
22-
DIST_BROWSER_BUNDLES ?= $(NODE) \
22+
DIST_BROWSER_BUNDLES ?= NODE_PATH="$(NODE_PATH)" $(NODE) \
2323
--max_old_space_size=4096 \
2424
--expose_gc \
2525
$(TOOLS_PKGS_DIR)/bundle/scripts/dist_browser_bundles

0 commit comments

Comments
 (0)