Include compiler-rt in the distribution tarballs

This commit is contained in:
Alex Crichton 2014-02-12 11:42:58 -08:00
parent 6b429d07c9
commit 745aa7482a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ PKG_ICO = $(S)src/etc/pkg/rust-logo.ico
PKG_EXE = $(PKG_DIR)-install.exe
endif
PKG_GITMODULES := $(S)src/libuv $(S)src/llvm $(S)src/gyp
PKG_GITMODULES := $(S)src/libuv $(S)src/llvm $(S)src/gyp $(S)src/compiler-rt
PKG_FILES := \
$(S)COPYRIGHT \