Kaydet (Commit) 14785648 authored tarafından Miklos Vajna's avatar Miklos Vajna

scp2: adapt after cairo/pixman gbuildification

Change-Id: I812326e602b5a864cf4e5502ed8a943da801a014
üst 33e63a15
......@@ -583,7 +583,7 @@ File gid_File_Lib_Cairo
#ifdef MACOSX
Name = STRING(CONCAT3(libcairo,.2,UNXSUFFIX));
#else
Name = STRING(CONCAT3(libcairo,UNXSUFFIX,.2));
Name = STRING(CONCAT2(libcairo,UNXSUFFIX));
#endif
#elif defined(WNT)
#ifdef _gcc3
......@@ -601,7 +601,7 @@ File gid_File_Lib_Pixman
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
Name = STRING(CONCAT3(libpixman-1,UNXSUFFIX,.0));
Name = STRING(CONCAT2(libpixman-1,UNXSUFFIX));
#endif
End
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment