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

Correct path to vasmm68k_mot. Fix #66.

This commit is contained in:
Krystian Bacławski
2016-11-08 20:58:04 +01:00
parent 007e178912
commit c6bd8e101f

View File

@ -156,7 +156,7 @@ def install_vbcc_toolchain():
vasm = textfile(
'#!/bin/sh',
'',
'{prefix}/{target}/vasmm68k_mot -I{prefix}/{target}/ndk/include "$@"')
'{prefix}/{target}/bin/vasmm68k_mot -I{prefix}/{target}/ndk/include "$@"')
chmod(vasm, 0755)
move(vasm, '{prefix}/bin/vasm')