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 8460e29 commit f02114eCopy full SHA for f02114e
posix.mak
@@ -354,9 +354,9 @@ $(ROOT)/%.o : src/rt/%.c
354
@mkdir -p $(dir $@)
355
$(CC) -c $(CFLAGS) $< -o$@
356
357
-$(ROOT)/errno_c.o : src/core/stdc/errno.c
+$(ROOT)/errno_c.o : src/core/stdc/errno.c $(DMD)
358
359
- $(CC) -c $(CFLAGS) $< -o$@
+ $(DMD) -c $(DFLAGS) -I. -v $< -of$@
360
361
$(ROOT)/threadasm.o : src/core/threadasm.S
362
0 commit comments