We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f66ea0 commit b0d5436Copy full SHA for b0d5436
mk/dist.mk
@@ -11,17 +11,7 @@ PKG_NSI = $(S)src/etc/pkg/rust.nsi
11
PKG_EXE = $(PKG_DIR)-install.exe
12
endif
13
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)
+PKG_GITMODULES := $(S)src/libuv $(S)src/llvm
25
26
PKG_FILES := \
27
$(S)LICENSE.txt $(S)README.txt \
0 commit comments