summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-05-29 18:20:57 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-05-29 18:20:57 +0200
commit7ba95eda2b8731db8d9457a51eac6be95ecc6280 (patch)
tree27c8a9b9fb3881ac72873089840a81811fb1fcdc /scp2
parent1b4758b52878dfacbc494b2ffa16ad3db571aff8 (diff)
pixman is built as static lib on Mac
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/file_library_ooo.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 3e4405331280..adf8de85f413 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -602,7 +602,7 @@ File gid_File_Lib_Pixman
Dir = gid_Dir_Program;
#ifdef UNX
#ifdef MACOSX
- Name = STRING(CONCAT3(libpixman-1,.0,UNXSUFFIX));
+ Name = "libpixman-1.a";
#else
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
#endif