Skip to content

Commit

Permalink
Set environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jan 30, 2017
1 parent a563f58 commit 8b4eee6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/make/lib/addons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ install-addons: $(NODE_GYP)
fPIC=$(fPIC) \
$(MAKE) && \
echo 'Building add-on...' && \
cd .. && $(NODE_GYP) $(NODE_GYP_FLAGS) rebuild || exit 1; \
cd .. && \
CC=$(CC) \
CXX=$(CXX) \
$(NODE_GYP) $(NODE_GYP_FLAGS) rebuild \
|| exit 1; \
done

.PHONY: install-addons
Expand Down

0 comments on commit 8b4eee6

Please sign in to comment.