Kaydet (Commit) db7b486f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use the weak attribute for iOS, too

Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533
üst 79d82c21
......@@ -1410,7 +1410,7 @@ void SvMetaType::WriteSfxItem(
// write the implementation part
rOutStm << "#ifdef SFX_TYPEMAP" << endl
<< "#if defined(DISABLE_DYNLOADING) && defined(ANDROID)" << endl
<< "#if defined(DISABLE_DYNLOADING) && (defined(ANDROID) || defined(IOS))" << endl
<< "__attribute__((__weak__))" << endl
<< "#endif" << endl
<< aTypeName.getStr() << aVarName.getStr()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment