1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-23 20:21:21 +00:00

Fix a problem mentioned in #39

This commit is contained in:
Krystian Bacławski
2016-05-11 08:53:16 +02:00
parent 40edc11a4c
commit 4b3d7ca36c

View File

@ -94,6 +94,7 @@ def headers_install():
info('installing ixemul header files')
copytree('{sources}/{ixemul}/include', '{target}/m68k-amigaos/include')
symlink('{target}/m68k-amigaos/include', '{target}/m68k-amigaos/sys-include')
@recipe('tools-install')