Hi,<div><br></div><div>I'm developing on Linux. One of my patch failed to build on Windows because I haven't changed the related .exp file (e.g. JavaScriptCore.exp).</div><div><br></div><div>I just did the following on Linux to update the file:</div>

<div>  1. nm xx.o | grep " T " | sed 's/^.\{19\}/_/'</div><div>  2. replace related lines in the .exp file with the above output</div><div><br></div><div>Though it works I guess it's not the correct way. What's the correct way?</div>

<div><br></div><div>Thanks,<br><span><font color="#888888">Xianzhu</font></span></div><div><span><font color="#888888"><br></font></span></div>