From c6bd8e101f45bb8abf908f7002c2c7f02cd54933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Tue, 8 Nov 2016 20:58:04 +0100 Subject: [PATCH] Correct path to vasmm68k_mot. Fix #66. --- toolchain-m68k | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain-m68k b/toolchain-m68k index 4f06947..e9941db 100755 --- a/toolchain-m68k +++ b/toolchain-m68k @@ -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')