未验证 提交 4e48fc47 编写于 作者: G gaaclarke 提交者: GitHub

Switched preprocessor logic for exporting symbols for testing. (NDEBUG (#9562)

wasn't working for Luci builds).
上级 50a8e736
......@@ -5,7 +5,7 @@
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h"
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
#ifndef NDEBUG
#if FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG
FLUTTER_EXPORT
#endif
@interface FlutterBinaryMessengerRelay : NSObject <FlutterBinaryMessenger>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册