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 aeadc81 commit 3b45466Copy full SHA for 3b45466
src/test/run-make/cdylib/Makefile
@@ -8,7 +8,7 @@ all: $(call RUN_BINFILE,foo)
8
9
ifdef IS_MSVC
10
$(call RUN_BINFILE,foo): $(call DYLIB,foo)
11
- $(CC) $(CFLAGS) foo.c $(TMPDIR)/foo.dll.lib -Fe:`cygpath -w $@`
+ $(CC) $(CFLAGS) foo.c $(TMPDIR)/foo.dll.lib $(call OUT_EXE,foo)
12
else
13
14
$(CC) $(CFLAGS) foo.c -lfoo -o $(call RUN_BINFILE,foo) -L $(TMPDIR)
0 commit comments