فهرست منبع

Merge pull request #13 from DanielOaks/ipv6-fix

Fixed IPv6 makefile option
sunsetbrew 12 سال پیش
والد
کامیت
2a73698376
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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