Skip to content

Commit

Permalink
try with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent 49baa20 commit af330ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-it/EmMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ $(OBJS):

$(PREJS) $(POSTJS): $(CORESOURCEDIR)/vireo.wrapper.js
echo $$(which node)
node --version
node splitVireoWrapper.js $(CORESOURCEDIR)/vireo.wrapper.js $(PREJS) $(POSTJS)
sudo node --version
sudo node splitVireoWrapper.js $(CORESOURCEDIR)/vireo.wrapper.js $(PREJS) $(POSTJS)

vjs: $(DIST)/vireo.js $(DIST)/vireo.min.js

Expand Down

0 comments on commit af330ab

Please sign in to comment.