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 1904e32 commit a8d97b9Copy full SHA for a8d97b9
posix.mak
@@ -46,6 +46,10 @@ DMD_STABLE=$(DMD_STABLE_DIR)/generated/$(OS)/release/$(MODEL)/dmd
46
DRUNTIME_STABLE_DIR=${DRUNTIME_DIR}-${LATEST}
47
PHOBOS_STABLE_DIR=${PHOBOS_DIR}-${LATEST}
48
49
+# Auto-closing missing directories
50
+$(shell [ ! -d $(DMD_DIR) ] && git clone --depth=1 ${GIT_HOME}/dmd $(DMD_DIR))
51
+$(shell [ ! -d $(DRUNTIME_DIR) ] && git clone --depth=1 ${GIT_HOME}/druntime $(DRUNTIME_DIR))
52
+
53
################################################################################
54
# Automatically generated directories
55
GENERATED=.generated
0 commit comments