diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-13 10:55:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-13 11:10:09 +0200 |
commit | 0086c3fe17a0aaaa04807b5a394dd6bef9f5e6f1 (patch) | |
tree | 386a304f0170b6de61fe482dd0737d4c0c423049 | |
parent | b8b69ab0889e24ae385cda40b0ebbb1099a4d150 (diff) |
oops, missed one for macosx
-rw-r--r-- | redland/raptor/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk index dacdfac9a365..3d25291bcb75 100644 --- a/redland/raptor/makefile.mk +++ b/redland/raptor/makefile.mk @@ -196,7 +196,7 @@ BUILD_DIR=$(CONFIGURE_DIR) OUT2INC+=src$/raptor.h .IF "$(OS)"=="MACOSX" -OUT2LIB+=src$/.libs$/libraptor.$(RAPTOR_MAJOR).dylib src$/.libs$/libraptor.dylib +OUT2LIB+=src$/.libs$/libraptor-lo.$(RAPTOR_MAJOR).dylib src$/.libs$/libraptor.dylib OUT2BIN+=src/raptor-config .ELIF "$(OS)"=="IOS" OUT2LIB+=src$/.libs$/libraptor.a |