Skip to content

Commit b0d5436

Browse files
committed
Give up trying to be clever about masking out parts of llvm and libuv.
1 parent 9f66ea0 commit b0d5436

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

mk/dist.mk

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@ PKG_NSI = $(S)src/etc/pkg/rust.nsi
1111
PKG_EXE = $(PKG_DIR)-install.exe
1212
endif
1313

14-
PKG_OMIT_LLVM_DIRS := examples bindings/ocaml projects
15-
PKG_OMIT_LLVM_PATS := $(foreach d,$(PKG_OMIT_LLVM_DIRS), %$(d))
16-
PKG_LLVM_SKEL := $(foreach d,$(PKG_OMIT_LLVM_DIRS), \
17-
$(wildcard $(S)src/llvm/$(d)/*.in \
18-
$(S)src/llvm/$(d)/Makefile*))
19-
20-
PKG_GITMODULES := \
21-
$(filter-out %test, $(wildcard $(S)src/libuv/*)) \
22-
$(filter-out $(PKG_OMIT_LLVM_PATS), \
23-
$(wildcard $(S)src/llvm/*)) \
24-
$(PKG_LLVM_SKEL)
14+
PKG_GITMODULES := $(S)src/libuv $(S)src/llvm
2515

2616
PKG_FILES := \
2717
$(S)LICENSE.txt $(S)README.txt \

0 commit comments

Comments
 (0)