Skip to content

Commit

Permalink
node-ibmiotf:test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirokazu MORIKAWA committed Jun 10, 2016
1 parent 965b6bc commit ea0793d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions node-ibmiotf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ define Build/Compile
npm_config_nodedir=$(BUILD_DIR)/node-v$(PKG_NODE_VERSION)/ \
npm_config_cache=$(BUILD_DIR)/node-v$(PKG_NODE_VERSION)/npm-cache \
PREFIX="$(PKG_INSTALL_DIR)/usr/" \
NODE_PATH="$(STAGING_DIR)/host/lib/node_modules" \
$(STAGING_DIR)/host/bin/npm bin \
$(STAGING_DIR)/host/bin/npm bin -g \
$(STAGING_DIR)/host/bin/npm bin -g
$(MAKE_VARS) \
$(MAKE_FLAGS) \
npm_config_arch=$(CPU) \
npm_config_nodedir=$(BUILD_DIR)/node-v$(PKG_NODE_VERSION)/ \
npm_config_cache=$(BUILD_DIR)/node-v$(PKG_NODE_VERSION)/npm-cache \
PREFIX="$(PKG_INSTALL_DIR)/usr/" \
$(STAGING_DIR)/host/bin/npm install --build-from-source --target_arch=$(CPU) -g $(PKG_BUILD_DIR)
endef

Expand Down

0 comments on commit ea0793d

Please sign in to comment.