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 f02114e commit 148608bCopy full SHA for 148608b
posix.mak
@@ -350,9 +350,9 @@ $(DMD):
350
351
################### C/ASM Targets ############################
352
353
-$(ROOT)/%.o : src/rt/%.c
+$(ROOT)/%.o : src/rt/%.c $(DMD)
354
@mkdir -p $(dir $@)
355
- $(CC) -c $(CFLAGS) $< -o$@
+ $(DMD) -c $(DFLAGS) -I. -v $< -of$@
356
357
$(ROOT)/errno_c.o : src/core/stdc/errno.c $(DMD)
358
0 commit comments