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 6b429d0 commit 745aa74Copy full SHA for 745aa74
mk/dist.mk
@@ -12,7 +12,7 @@ PKG_ICO = $(S)src/etc/pkg/rust-logo.ico
12
PKG_EXE = $(PKG_DIR)-install.exe
13
endif
14
15
-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
16
17
PKG_FILES := \
18
$(S)COPYRIGHT \
0 commit comments