Skip to content

Commit

Permalink
mk: Bundle jemalloc with make dist
Browse files Browse the repository at this point in the history
The dist tarball doesn't depend on git, so all git submodules must be included
inside of it.
  • Loading branch information
alexcrichton authored and thestinger committed May 11, 2014
1 parent 20356e4 commit 034f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/dist.mk
Expand Up @@ -36,7 +36,7 @@ LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
PKG_TAR = dist/$(PKG_NAME).tar.gz

PKG_GITMODULES := $(S)src/libuv $(S)src/llvm $(S)src/gyp $(S)src/compiler-rt \
$(S)src/rt/hoedown
$(S)src/rt/hoedown $(S)src/jemalloc
PKG_FILES := \
$(S)COPYRIGHT \
$(S)LICENSE-APACHE \
Expand Down

0 comments on commit 034f218

Please sign in to comment.