diff options
-rw-r--r-- | src/makefiles/Makefile.darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index 09f270bf7be..fe167e048dd 100644 --- a/src/makefiles/Makefile.darwin +++ b/src/makefiles/Makefile.darwin @@ -4,4 +4,4 @@ DLSUFFIX = .so CFLAGS_SL = -bundle -undefined suppress %.so: %.o - $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $< + $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $< |