diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-02 06:23:02 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-03 01:16:44 -0800 |
commit | 0e371502fd57d5754c54d36d7ec29e8ef5bc6ae1 (patch) | |
tree | 61bf03f6bb5ce63a3804d136209de580ee04cfbe /makefile | |
parent | 0e1784b407f7de937a24bcf2fc5a2d9ef825f7bf (diff) |
Prefer SBReboot() (when available) to system("reboot").
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ link += -framework GraphicsServices link += -framework IOKit link += -framework JavaScriptCore link += -framework QuartzCore +link += -framework SpringBoardServices link += -framework SystemConfiguration link += -framework WebCore link += -framework WebKit |