Disable amitools due to TLS 1.2 problem.

This commit is contained in:
Krystian Bacławski 2018-12-09 19:10:12 +01:00
parent 3e7b924a27
commit b5f43e45aa
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ Build process should produce following set of tools for **m68k-amigaos** target:
* IRA: portable M68000/010/020/030/040 reassembler for AmigaOS hunk-format
executables, libraries, devices and raw binary files
* vda68k: portable M68k disassembler for 68000-68060, 68851, 68881, 68882
* [amitools](https://github.com/cnvogelg/amitools/blob/master/README.md#contents) with [vamos](https://github.com/cnvogelg/amitools/blob/master/doc/vamos.md) AmigaOS emulator which is proven to run SAS/C
* ~~[amitools](https://github.com/cnvogelg/amitools/blob/master/README.md#contents) with [vamos](https://github.com/cnvogelg/amitools/blob/master/doc/vamos.md) AmigaOS emulator which is proven to run SAS/C~~
... and following set of tools for **ppc-amigaos** target:

View File

@ -516,9 +516,9 @@ def build():
install_tools()
pyinstall('amitools')
pyfixbin('amitools', ['fdtool', 'geotool', 'hunktool', 'rdbtool', 'romtool',
'typetool', 'vamos', 'vamospath', 'xdfscan', 'xdftool'])
# pyinstall('amitools')
# pyfixbin('amitools', ['fdtool', 'geotool', 'hunktool', 'rdbtool', 'romtool',
# 'typetool', 'vamos', 'vamospath', 'xdfscan', 'xdftool'])
def clean():