don't link against libiconv on os x

This commit is contained in:
2003-05-10 13:19:23 +00:00
parent 3c77276bd7
commit 9314e9db13

View File

@@ -68,9 +68,6 @@ ifeq ($(OS),darwin)
endif
LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries
DBG_LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries
ifeq ($(INTERNATIONAL), true)
LDFLAGS += -L$(NAN_GETTEXT)/lib -liconv
endif
endif
ifeq ($(OS),freebsd)