X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/535a2babe865553e7d60a9045f9a3de4cbc4ca4c..0032040f5dc9856880c5c10c67a21c40078d3f8b:/makefile?ds=sidebyside diff --git a/makefile b/makefile index a18cd8e..fc8f80f 100644 --- a/makefile +++ b/makefile @@ -17,11 +17,10 @@ WinterBoardSettings: Settings.mm makefile -lobjc WinterBoard.dylib: Library.mm WBMarkup.mm WBMarkup.h makefile ../substrate/substrate.h - $(cycc) -dynamiclib \ + $(cycc) -std=c++11 -dynamiclib \ -framework CoreFoundation \ -framework Foundation \ -framework CoreGraphics \ - -framework ImageIO \ -framework GraphicsServices \ -framework Celestial \ -framework UIKit \