remove -lfreetype for now
git-svn-id: http://skia.googlecode.com/svn/trunk@481 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
1eadb955be
commit
9c28525f3a
@ -856,10 +856,7 @@
|
||||
/usr/lib,
|
||||
/opt/local/lib,
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lexpat",
|
||||
"-lfreetype",
|
||||
);
|
||||
OTHER_LDFLAGS = "-lexpat";
|
||||
SDKROOT = "";
|
||||
USER_HEADER_SEARCH_PATHS = "../../src/core ../../include/** ../../gm";
|
||||
};
|
||||
@ -884,10 +881,7 @@
|
||||
/usr/lib,
|
||||
/opt/local/lib,
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lexpat",
|
||||
"-lfreetype",
|
||||
);
|
||||
OTHER_LDFLAGS = "-lexpat";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
USER_HEADER_SEARCH_PATHS = "../../src/core ../../include/** ../../gm";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user