Commit 3bb06c44 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should not use system /usr/share/locale

parent b89e605f
......@@ -7,6 +7,7 @@
</exec>
<exec executable="./configure" dir="${makedir}" failonerror="true">
<env key="PREFIX" value="${sysrootdir}/cross-tools"/>
<env key="NLSPATH" value="${sysrootdir}/cross-tools/share/locale/%L/%N"/>
<env key="CC" value="gcc"/>
<env key="CFLAGS" value="-std=c99"/>
<arg line="-G O3 --disable-nls"/>
......
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