diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-08-19 11:24:01 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:24 +0000 |
commit | 7d2ac47f3369cf198f78970363f0f31bd3cd44ee (patch) | |
tree | 440a777ee279b5055ba4714942a1352217bf68f9 /makefile | |
parent | a954357579aa1fc2d03610d97d30a09156af7276 (diff) |
Added custom depictions and better webview support.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ endif frameworks := +ifneq ($(wildcard $(PKG_ROOT)/System/Library/*Frameworks/QuartzCore.framework),) +frameworks += -framework QuartzCore +endif + ifneq ($(wildcard $(PKG_ROOT)/System/Library/*Frameworks/LayerKit.framework),) frameworks += -framework LayerKit endif |