瀏覽代碼

Fixed typographic typo.

Mikael Säker 7 年之前
父節點
當前提交
c23a546d78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/extensions.md

+ 1 - 1
docs/en/manuals/extensions.md

@@ -199,7 +199,7 @@ platforms:
     armv7-ios:
         context:
             frameworks: ["CoreGraphics", "CFNetwork", "GLKit", "CoreMotion", "MessageUI", "MediaPlayer", "StoreKit", "MobileCoreServices", "AdSupport", "AudioToolbox", "AVFoundation", "CoreGraphics", "CoreMedia", "CoreMotion", "CoreTelephony", "CoreVideo", "Foundation", "GLKit", "JavaScriptCore", "MediaPlayer", "MessageUI", "MobileCoreServices", "OpenGLES", "SafariServices", "StoreKit", "SystemConfiguration", "UIKit", "WebKit"]
-            flags:      ["-stdlib=libc``"]
+            flags:      ["-stdlib=libc++"]
             linkFlags:  ["-ObjC"]
             libs:       ["z", "c++", "sqlite3"]
 ```