فهرست منبع

fixed linker error because of undefined symbols on Mac OS X/darwin

Nils Ohlmeier 17 سال پیش
والد
کامیت
a3c8c1d87b
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      lib/cds/Makefile

+ 4 - 0
lib/cds/Makefile

@@ -12,5 +12,9 @@ DEFS+=-DSER
 INCLUDES= -I$(CURDIR)/.. -I$(CURDIR)/../..
 LIBS=
 
+ifeq ($(OS), darwin)
+	LIB_LDFLAGS+= -flat_namespace -undefined suppress
+endif
+
 include ../../Makefile.libs