Automate native library updates

This commit is contained in:
Reinhard Pointner 2016-03-23 15:42:48 +00:00
parent e47b16dffa
commit 08dd0d20ed
1 changed files with 2 additions and 2 deletions

View File

@ -619,11 +619,11 @@
<target name="msi" description="Build Windows Installer for x86 and x64">
<antcall target="msi-arch">
<param name="arch" value="x86" />
<param name="libgcc_name" value="libgcc_s_seh-1.dll" />
<param name="libgcc_name" value="gcc_s_seh-1.dll" />
</antcall>
<antcall target="msi-arch">
<param name="arch" value="x64" />
<param name="libgcc_name" value="libgcc_s_seh-1.dll" />
<param name="libgcc_name" value="gcc_s_seh-1.dll" />
</antcall>
</target>