Skip to content

Commit

Permalink
Added v8 patching for solaris.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Apr 17, 2012
1 parent 3cc1fc4 commit c1c90aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -34,6 +34,9 @@ all: compile
deps/v8/.git/config:
@git submodule init
@git submodule update
ifeq ($(JOYENT),1)
cd deps/v8 && patch -p1 < ../../v8_solaris.diff
endif

deps/zeromq2/.git/HEAD:
@git submodule init
Expand Down

0 comments on commit c1c90aa

Please sign in to comment.