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
1 changed files with 1 additions and 1 deletions

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')