You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
383 B

  1. diff --git a/core/Makefile b/core/Makefile
  2. index 389855c..2f81417 100644
  3. --- a/core/Makefile
  4. +++ b/core/Makefile
  5. @@ -44,7 +44,7 @@ irssi/network-openssl.o: CFLAGS:=$(IRSSI_CFLAGS)
  6. quasselc-connector.o: CFLAGS:=$(CFLAGS)
  7. $(TARGET): $(OBJECTS)
  8. - gcc -shared $^ -o $@ -lz $(LDFLAGS)
  9. + $(CC) -shared $^ -o $@ -lz $(LDFLAGS)
  10. install: $(TARGET)
  11. $(INSTALL) -d $(IRSSI_LIB)/modules