Explorar o código

Merge pull request #13 from DanielOaks/ipv6-fix

Fixed IPv6 makefile option
sunsetbrew %!s(int64=12) %!d(string=hai) anos
pai
achega
2a73698376
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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