Selaa lähdekoodia

Merge pull request #13 from DanielOaks/ipv6-fix

Fixed IPv6 makefile option
sunsetbrew 12 vuotta sitten
vanhempi
commit
ed29a815ca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -61,7 +61,7 @@ ifdef WITH_LUA
 endif
 
 ifdef WITH_IPV6
-  CFLAGS += -DDSE_IPV6
+  CFLAGS += -DUSE_IPV6
 endif
 
 ifdef WITH_WEBSOCKET