mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-09-19 07:53:43 +00:00
add support fir Cygwin
This commit is contained in:
@@ -409,6 +409,7 @@ build/sys-include/.proto:
|
||||
|
||||
projects/NDK_3.9.info: download/NDK39.lha
|
||||
mkdir -p projects
|
||||
if [ !$$(which lha) ]; then pushd build; rm -rf lha; git clone https://github.com/jca02266/lha; cd lha; aclocal; autoheader; automake -a; autoconf; ./configure; make all; install src/lha$(EXEEXT) /usr/bin; popd; fi
|
||||
pushd projects; lha x ../download/NDK39.lha; popd
|
||||
touch -d19710101 download/NDK39.lha
|
||||
for i in $$(find patches/NDK_3.9/ -type f); \
|
||||
|
||||
Reference in New Issue
Block a user