浏览代码

Update Makefile

Christopher Galas 9 年之前
父节点
当前提交
36d138a820
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/ws_server/Makefile

+ 1 - 1
examples/ws_server/Makefile

@@ -18,7 +18,7 @@ LIBS = -lpthread
 include $(TOP)/resources/Makefile.in-os
 
 ifeq ($(TARGET_OS),LINUX) 
-	LIBS += -ldl  -DMG_LEGACY_INTERFACE=1
+	LIBS += -ldl -DMG_LEGACY_INTERFACE=1
 endif
 
 all: $(PROG)