aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2011-08-20 02:52:54 -0400
committerdavilla <davilla@4pi.com>2011-08-20 02:52:54 -0400
commit138df8951219e9bc53cf5e53f33468b67b2f265c (patch)
treea1355ab3834cb90552fecdb88fcdcc7870c9bec8 /tools/darwin
parente42973d68deacd7ef3dbf094899b8e3b29611cf3 (diff)
[osx/ios] fixed dylib name
Diffstat (limited to 'tools/darwin')
-rw-r--r--tools/darwin/depends/libglib-2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libglib-2/Makefile b/tools/darwin/depends/libglib-2/Makefile
index e07aad0d14..737a3fbd2e 100644
--- a/tools/darwin/depends/libglib-2/Makefile
+++ b/tools/darwin/depends/libglib-2/Makefile
@@ -24,7 +24,7 @@ CONFIGURE=./configure --prefix=$(PREFIX) \
ac_cv_func_posix_getgrgid_r=yes \
ac_cv_path_GLIB_GENMARSHAL=`pwd`/../glib-genmarshal
-LIBDYLIB=$(SOURCE)/.libs/$(LIBNAME).dylib
+LIBDYLIB=$(SOURCE)/glib/.libs/libglib-2.0.dylib
all: $(LIBDYLIB) .installed