mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-02 00:27:34 +03:00
commit
a92fb3a3b0
@ -27,7 +27,7 @@ $(LIBTARGET): $(OBJS)
|
||||
$(RANLIB) $@
|
||||
|
||||
$(DYLIBTARGET): $(OBJS)
|
||||
$(CC) -shared $(LDFLAGS) -o $@ $^
|
||||
$(CC) -shared -o $@ $^ $(LDFLAGS)
|
||||
|
||||
|
||||
-include $(DEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user